Skip to content

Commit

Permalink
Merge pull request #427 from knime-ip/annotationnames
Browse files Browse the repository at this point in the history
change annotation names
  • Loading branch information
dietzc committed Dec 1, 2016
2 parents f93f934 + 7841159 commit 298bd06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public ImgPlusCellFactory(final FileStoreFactory fsFactory) {
* @return {@link ImgPlusCell}
* @throws IOException
*/
@DataCellFactoryMethod(name = "ImgPlus Image")
@DataCellFactoryMethod(name = "ImgPlus")
public final <T extends RealType<T>> ImgPlusCell<T> createCell(final ImgPlus<T> imgPlus) throws IOException {
return new ImgPlusCell<T>(imgPlus.getImg(), imgPlus, getFileStore(getImgSize(imgPlus.getImg())));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public String getName() {
*
* @return the image in this <code>DataCell</code>
*/
@DataValueAccessMethod(name = "ImgPlus Image")
@DataValueAccessMethod(name = "ImgPlus")
public ImgPlus<T> getImgPlus();

/**
Expand Down

0 comments on commit 298bd06

Please sign in to comment.