fixed javadoc

This commit is contained in:
Lars Kühne 2003-06-22 13:17:10 +00:00
parent e03dab4d1f
commit e7898bc1df
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ public class JavaClassDefinition
}
return false;
}
/** @see comp.lang.Object#toString() */
/** @see java.lang.Object#toString() */
public String toString()
{
return getJavaClass().toString();