-
Notifications
You must be signed in to change notification settings - Fork 370
Conversation
@@ -13,6 +13,7 @@ | |||
import com.iota.iri.hash.SpongeFactory; | |||
import com.iota.iri.model.Hash; | |||
import com.iota.iri.model.HashFactory; | |||
import com.iota.iri.model.persistables.Transaction; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because {@link}
somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GalRogozinski Yea i reference it in getTrytes, to look for a class like it in an api/library. Not really needed i guess, but seemed usefull as a reference for what the developer should look for.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great effort! 💯
there are a lot of comments b/c there are a lot of additions.
@GalRogozinski @alon-e @jakubcech |
* Added javadoc to API * Removed final, changed HashSet to Set and merged if statement * Processed feedback, replaced all single word <code> to <tt> * Left over changes * Updated API with feedback * Updated invalidSubtangleStatus
Description
Updates all javadoc in the API.java class.
.md Doclet will not function properly until changes have been done on the doclet side.
This will be done after #1114
Fixes #1115
Type of fix
Checklist:
Please delete items that are not relevant.