comment fix

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@734 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent cf14c50b47
commit b89549d770
  1. 2
      jode/jode/decompiler/ImportHandler.java

@ -228,7 +228,7 @@ public class ImportHandler {
* Known Bug 2: It is not checked if the class name conflicts with
* a local variable, field or method name. This is very unlikely
* since the java standard has different naming convention for those
* names. (But maybe a intelligent obfuscator may use this fact.)
* names. (But maybe an intelligent obfuscator may use this fact.)
* This can only happen with static fields or static methods.
* @return a legal string representation of clazz.
*/

Loading…
Cancel
Save