Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #116 from Shan1024/javadoc-fix
Browse files Browse the repository at this point in the history
Remove apiNote javadoc annotations
  • Loading branch information
Kishanthan committed Jan 6, 2017
2 parents d125995 + 6faf493 commit 3722e34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Bean class that represents the app's config file of an UUF App.
*
* @apiNote Getters and setters of this class should match with getters and setters in
* Getters and setters of this class should match with getters and setters in
* org.wso2.carbon.uuf.maven.bean.AppConfig class.
* @since 1.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Bean class that represents configurations of an UUF Component.
*
* @apiNote Getters and setters of this class should match with getters and setters in
* Getters and setters of this class should match with getters and setters in
* org.wso2.carbon.uuf.maven.bean.ComponentConfig class.
* @since 1.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Bean class that represents the theme's config file of an UUF Theme.
*
* @apiNote Getters and setters of this class should match with getters and setters in
* Getters and setters of this class should match with getters and setters in
* org.wso2.carbon.uuf.maven.bean.ThemeConfig class.
* @since 1.0.0
*/
Expand Down

0 comments on commit 3722e34

Please sign in to comment.