• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1607 for branches/3.0-Beta2/components/tools/WebAdmin/test/TestDelete.java

Show
Ignore:
Timestamp:
06/08/07 20:15:22 (18 months ago)
Author:
david
Message:

code cleanup ticket #383

Files:
1 modified

  • branches/3.0-Beta2/components/tools/WebAdmin/test/TestDelete.java (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/tools/WebAdmin/test/TestDelete.java

    r1539 r1607  
    11 
     2 
     3import org.apache.commons.logging.Log; 
     4import org.apache.commons.logging.LogFactory; 
    25 
    36import ome.api.IAdmin; 
    … …  
    1215 
    1316public class TestDelete { 
     17 
     18    private static Log log = LogFactory.getLog(TestDelete.class); 
    1419 
    1520    public static void main(String args[]) { 
    … …  
    3136         
    3237        for (int i=0; i<exg.length; i++) { 
    33                 System.out.println(exg[i].getName()); 
     38                if (log.isDebugEnabled()) { 
     39                    log.debug(exg[i].getName()); 
     40            } 
    3441        } 
    3542         

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/