Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility committed Jul 30, 2012
1 parent 16b9857 commit a86ca53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/jboss/jandex/CompositeIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private void getKnownImplementors(DotName name, Set<ClassInfo> allKnown, Set<Dot
}

/**
* @see {@link Index#getClassByName(org.jboss.jandex.DotName)}
* {@inheritDoc}
*/
public ClassInfo getClassByName(final DotName className) {
for (IndexView index : indexes) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jboss/jandex/Type.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static final Type create(DotName name, Kind kind) {
* double). Arrays are returned using the internal JVM array syntax (see JVM
* specification). Classes are returned as a normal DotName.
*
* @return
* @return the name of this type
*/
public DotName name() {
return name;
Expand Down

0 comments on commit a86ca53

Please sign in to comment.