Ignore:
Timestamp:
2003-08-18T13:50:54+12:00 (21 years ago)
Author:
kjdon
Message:

code style consistency check - class variables no longer end in _

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2Construct.java

    r5147 r5148  
    218218        // at the moment, delete is synchronous. but it may take ages so should do the command in another thread maybe? in which case we will want to ask for status
    219219        System.err.println("had a status request for delete - this shouldn't happen!!");
    220         //t = doc_.createTextNode("");
     220        //t = this.doc.createTextNode("");
    221221        //status.appendChild(t);
    222222        status.setAttribute(GSXML.STATUS_ERROR_CODE_ATT, Integer.toString(GSStatus.ERROR));
     
    268268        // reload is synchronous - this makes no sense
    269269        System.err.println("had a status request for reload - this shouldn't happen!!");
    270         //t = doc_.createTextNode("");
     270        //t = this.doc.createTextNode("");
    271271        //status.appendChild(t);
    272272        status.setAttribute(GSXML.STATUS_ERROR_CODE_ATT, Integer.toString(GSStatus.ERROR));
Note: See TracChangeset for help on using the changeset viewer.