Browse Source

Javadoc fixes.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271303 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
f8b5aff8e3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.java

+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.java View File

@@ -26,7 +26,7 @@ public interface RoleManager
/** /**
* Find Role name based on shorthand name. * Find Role name based on shorthand name.
* *
* @param shorthandName the shorthand name
* @param name the shorthand name
* @return the role * @return the role
*/ */
String getRoleForName( String name ); String getRoleForName( String name );


Loading…
Cancel
Save