• 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 1595 for branches/3.0-Beta2/components/server/src/ome/logic/RepositoryInfoImpl.java

Show
Ignore:
Timestamp:
06/05/07 15:01:00 (18 months ago)
Author:
jmoore
Message:

[MERGING] #728 fix into source:branches/3.0-Beta2

Files:
1 modified

  • branches/3.0-Beta2/components/server/src/ome/logic/RepositoryInfoImpl.java (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/server/src/ome/logic/RepositoryInfoImpl.java

    r1567 r1595  
    8383         */ 
    8484        public void setThumbnailService(ThumbnailService thumbnailService) { 
    85                 beanHelper.throwIfAlreadySet(this.thumbnailService, thumbnailService); 
     85                getBeanHelper().throwIfAlreadySet(this.thumbnailService, thumbnailService); 
    8686                this.thumbnailService = thumbnailService; 
    8787        } 
    … …  
    9393         */ 
    9494        public void setPixelsService(PixelsService pixelsService) { 
    95                 beanHelper.throwIfAlreadySet(this.pixelsService, pixelsService); 
     95                getBeanHelper().throwIfAlreadySet(this.pixelsService, pixelsService); 
    9696                this.pixelsService = pixelsService; 
    9797        } 
    … …  
    103103         */ 
    104104        public void setFileService(OriginalFilesService fileService) { 
    105                 beanHelper.throwIfAlreadySet(this.fileService, fileService); 
     105                getBeanHelper().throwIfAlreadySet(this.fileService, fileService); 
    106106                this.fileService = fileService; 
    107107        } 

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/