Skip to content

Commit

Permalink
RepositoryService.java: javadoc fix, @author moved to end
Browse files Browse the repository at this point in the history
not sure about Javadoc tool, but it cuts javadoc in IDEA
  • Loading branch information
virgo47 committed Jun 11, 2020
1 parent 1679f66 commit 2874c61
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -24,14 +24,11 @@

/**
* <p>Identity Repository Interface.</p>
* <p>
* <ul>
* <li>Status: public</li>
* <li>Stability: stable</li>
* </ul>
*
* @author Radovan Semancik
* </p><p>
* <p>
* This service provides repository for objects that are commonly found
* in identity management deployments. It is used for storage and retrieval
* of objects. It also supports modifications (relative changes), searching
Expand Down Expand Up @@ -103,6 +100,8 @@
* <li>TODO: task coordination</li>
* </ul>
* </p>
*
* @author Radovan Semancik
* @version 3.1.1
*/
public interface RepositoryService {
Expand Down

0 comments on commit 2874c61

Please sign in to comment.