Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / util / StreamUtil.java
index cdfe20d..55c8865 100644 (file)
@@ -1,16 +1,9 @@
-/*
- * Created on 06.09.2003
- *
- */
 package net.sourceforge.phpdt.internal.ui.util;
 
 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 {
@@ -32,4 +25,4 @@ public class StreamUtil {
       }
     }
   }
-}
+}
\ No newline at end of file