changes to MGC classlibrary
[IRC.git] / Robust / src / ClassLibrary / MGC / gnu / Properties.java
index 7dc2d4b0df68fc1a9e57a3e61bb6fa2a98aab1b1..cfbcfdea05a5d413e8aeb885fac49496d83470d0 100644 (file)
@@ -359,7 +359,7 @@ label   = Name:\\u0020</pre>
   public void load(InputStream inStream) throws IOException
   {
     //load(new InputStreamReader(inStream, "ISO-8859-1"));
-    //TODO System.println("Properties.load(InputStream) invoked");
+    System.println("Unimplemented Properties.load(InputStream) invoked");
   }
 
   /**
@@ -434,7 +434,7 @@ label   = Name:\\u0020</pre>
       }
 
     writer.flush ();*/
-    System.println("Properties.store() invoked");
+    System.println("Unimplemented Properties.store() invoked");
   }
 
   /**