Description
The compile error is:
The method retrieveArticleInfo(int, int) in the type NNTPClient is not applicable for the arguments (long, long) NNTPUtils.java:53
This appears to be related to NET-276, where NNTPClient was changed to from accepting ints to accepting longs, then back again.