Skip to content

Commit

Permalink
docs(application): fix javadoc errors (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
akantcheff authored Aug 16, 2023
1 parent 018cefe commit 5b9da4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ public interface Application extends BaseElement {
long getUpdatedBy();

/**
* Retrieves the <code>Application</code> state. The possible values are {@link ApplicationState#ACTIVATED#name()}
* and {@link ApplicationState#DEACTIVATED
* #name()}
* Retrieves the <code>Application</code> state. The possible values are {@link ApplicationState#ACTIVATED}
* and {@link ApplicationState#DEACTIVATED}
*
* @return the <code>Application</code> state
* @see ApplicationState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface ApplicationPage extends BaseElement {
/**
* Retrieves the {@link Application} identifier
*
* @return the <code>Application<code> identifier
* @return the <code>Application</code> identifier
* @see Application
*/
long getApplicationId();
Expand Down

0 comments on commit 5b9da4f

Please sign in to comment.