Ignore:
Timestamp:
2017-04-03T19:19:46+12:00 (7 years ago)
Author:
ak19
Message:

Clarifying the name of an old class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/util/LogStreamGobbler.java

    r29946 r31568  
    88import org.apache.log4j.*;
    99
     10// The LogStreamGobbler class, despite the name, is not connected to Input- and OutputStreamGobbler
     11// classes. This class has to do with logging and not with thread based input/output streams.
    1012class LogStreamGobbler{
    1113    static Logger logger = Logger.getLogger(org.greenstone.util.LogStreamGobbler.class.getName());
Note: See TracChangeset for help on using the changeset viewer.