• 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 Changeset
  • Next Changeset →

Changeset 2618

Show
Ignore:
Timestamp:
07/11/08 17:04:40 (3 months ago)
Author:
jburel
Message:

comment code to make hudson. Pojos not compatible with latest rev

Location:
trunk/components/client/src/pojos
Files:
2 modified

  • WellData.java (modified) (1 diff)
  • WellSampleData.java (modified) (4 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/components/client/src/pojos/WellData.java

    r2617 r2618  
    5353 
    5454    /** Identifies the {@link Well#WELLSAMPLE} field. */ 
    55     public final static String WELL_SAMPLE_LINKS = Well.WELLSAMPLE; 
     55    //public final static String WELL_SAMPLE_LINKS = Well.WELLSAMPLE; 
    5656     
    5757    /** 
  • trunk/components/client/src/pojos/WellSampleData.java

    r2617 r2618  
    110110    public Set getImages() 
    111111    { 
     112        /* 
    112113        if (images == null && asWellSample().sizeOfImageLinks() >= 0) { 
    113114            images = new HashSet<ImageData>( 
    … …  
    119120        } 
    120121        return images == null ? null : new HashSet<ImageData>(images); 
     122        */ 
     123        return null; 
    121124    } 
    122125     
    … …  
    131134    public void setImages(Set<ImageData> newValue) 
    132135        { 
     136        /* 
    133137        Set<ImageData> currentValue = getImages(); 
    134138        SetMutator<ImageData>  
    … …  
    146150 
    147151        images = new HashSet<ImageData>(m.result()); 
     152        */ 
    148153    } 
    149154     

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/