Skip to content

Commit

Permalink
small documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed May 24, 2021
1 parent c1e99e6 commit b21a591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* Interface denoting that the implementing classes directly interface with the {@link BehaviorManager} class.
*
* <p>
* <b>FOR IMPLEMENTORS:</b> In order for these methods to work you need to call {@link
* BehaviorManager#addListenerList(BehaviorHandler)} upon construction.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* Interface denoting that the implementing classes directly interface with the {@link BehaviorManager} class.
*
* <p>
* <b>FOR IMPLEMENTORS:</b> In order for these methods to work you need to call {@link
* TagManager#addTaggableEntityList(TagHandler)} upon construction.
*/
Expand Down

0 comments on commit b21a591

Please sign in to comment.