Edited wiki page DevelopmentProperties through web user interface.
diff --git a/DevelopmentProperties.wiki b/DevelopmentProperties.wiki
index af407ef..8bd281b 100644
--- a/DevelopmentProperties.wiki
+++ b/DevelopmentProperties.wiki
@@ -32,7 +32,7 @@
   # BufferedImage is TYPE_INT_RGB
   # Gui use done with SwingUtilities.invokeLater () so that SwingUtilities.isEventDispatchThread() 
   # Usually if a class uses Random, it is parameterizable on Random
-  # Was use of System.out and System.err considered? It's not a good 
+  # Was use of System.out and System.err considered? Be very selective about putting information on these channels. Quite possibly never use them for communicating information.
   # Watch out for autoboxing and varargs producing undesireable behaviour.
   # Consider public and final modifiers on classes and methods.
   # Add javadoc
\ No newline at end of file