...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / mover / obfuscator / ObfuscatorIgnoreSet.java
index bd853fc..b584d3d 100644 (file)
@@ -158,7 +158,6 @@ public class ObfuscatorIgnoreSet {
                try {
                        stream = new FileOutputStream(file);
                        saveToStream(stream);
-
                } catch (IOException e) {
                        throwWriteException(e);