Commit 3d6bf548 by sikang

bug fix

parent bc899e12
......@@ -32,9 +32,6 @@ class PackageGarble:
file_content = file_content.replace(pkg, self.pkg_mapping[pkg])
ext = os.path.splitext(file_name)[1]
if ext == '.java':
comment = "// machine renamed: %s\n" % file_name
file_content = "%s%s" % (comment, file_content)
with open(path, "wt") as fout:
fout.write(file_content)
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment