From b89549d770b8a2283718c1839f242709e1bd5310 Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 3 May 1999 10:51:42 +0000 Subject: [PATCH] comment fix git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@734 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/decompiler/ImportHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jode/jode/decompiler/ImportHandler.java b/jode/jode/decompiler/ImportHandler.java index a3c1fd7..a470f2d 100644 --- a/jode/jode/decompiler/ImportHandler.java +++ b/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. */