Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2023
1 parent 6b23415 commit 135e821
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 @@ -81,7 +81,7 @@ public static void declarePlugin( final Digester digester, final Properties prop

// ------------------- methods --------------------------------------------

/** constructor */
/** Constructor */
public PluginDeclarationRule()
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void addAddress( final Address addr )
addresses.add( addr );
}

/** we assume only one email of each type... */
/** We assume only one email of each type... */
public void addEmail( final String type, final String address )
{
emails.put( type, address );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void addAddress( final Address addr )
addresses.add( addr );
}

/** we assume only one email of each type... */
/** We assume only one email of each type... */
public void addEmail( final String type, final String address )
{
emails.put( type, address );
Expand Down

0 comments on commit 135e821

Please sign in to comment.