• 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 1649 for branches/3.0-Beta2/components/common/src/ome/util/ModelMapper.java

Show
Ignore:
Timestamp:
06/18/07 22:37:09 (18 months ago)
Author:
jmoore
Message:

#737 Handling timestamps as immutable

Files:
1 modified

  • branches/3.0-Beta2/components/common/src/ome/util/ModelMapper.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/common/src/ome/util/ModelMapper.java

    r1497 r1649  
    102102        // IMMUTABLES 
    103103        if (null == current || current instanceof Number 
    104                 || current instanceof String || current instanceof Boolean) { 
     104                || current instanceof String || current instanceof Boolean 
     105                || current instanceof Timestamp) { 
    105106            return current; 
    106107        } 

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/