Removed obsolete comment.

This commit is contained in:
Evgeny Gerashchenko
2013-06-13 16:25:09 +04:00
parent 0f067f042f
commit ba2dae4db7
@@ -279,7 +279,6 @@ public class NamespaceCodegen extends MemberCodegen {
String pathHashCode = Integer.toHexString(FileUtil.toSystemDependentName(file.getVirtualFile().getPath()).hashCode());
// dollar sign in the end is to prevent synthetic class from having "Test" or other parseable suffix
// path hashCode to prevent same name / different path collision
return namespaceInternalName + "$src$" + replaceSpecialSymbols(name.substring(substringFrom, substringTo)) + "$" + pathHashCode;
}