cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/nntp NNTPClient.java

2004-11-26 Thread rwinston
rwinston2004/11/26 01:41:32 Modified:net/src/java/org/apache/commons/net/nntp NNTPClient.java Log: Handle the condition where the low and high water marks are 0, as per bug 32152 Revision ChangesPath 1.15 +5 -1 jakarta-commons/net/src/java/org/apache/commons/n

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/nntp NNTPClient.java

2004-04-11 Thread dfs
dfs 2004/04/11 17:46:26 Modified:net/src/java/org/apache/commons/net/nntp NNTPClient.java Log: Changed a 'new Integer(int).toString()' call to 'Integer.toString(int)', using a static method instead of creating a new object.. Revision ChangesPath 1.11 +3 -2