Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / util / StreamUtil.java
index f4317a1..55c8865 100644 (file)
@@ -4,9 +4,6 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
 
-/**
- * @author khartlage
- * */
 public class StreamUtil {
   public static void transferStreams(InputStream source, OutputStream destination) throws IOException {
     try {
@@ -28,4 +25,4 @@ public class StreamUtil {
       }
     }
   }
-}
+}
\ No newline at end of file