Some crappy, half-assed attempt at javadoc stuff; removed (commented out, rather) the fromProxy stuff for *Handler.java. Feel free to put it back in if it's really needed....

(shendaras)
This commit is contained in:
shendaras
2004-04-10 06:27:18 +00:00
committed by zzz
parent 73db7b399e
commit c47bfce010
14 changed files with 171 additions and 16 deletions

View File

@ -45,6 +45,7 @@ class BufferLogger implements Logging {
/**
* Pass in some random data
* @param s String containing what we're logging.
*/
public void log(String s) {
if (_ignore) return;