Skip to content

Commit 298bd06

Browse files
authored
Merge pull request #427 from knime-ip/annotationnames
change annotation names
2 parents f93f934 + 7841159 commit 298bd06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

org.knime.knip.base/src/org/knime/knip/base/data/img/ImgPlusCellFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public ImgPlusCellFactory(final FileStoreFactory fsFactory) {
9898
* @return {@link ImgPlusCell}
9999
* @throws IOException
100100
*/
101-
@DataCellFactoryMethod(name = "ImgPlus Image")
101+
@DataCellFactoryMethod(name = "ImgPlus")
102102
public final <T extends RealType<T>> ImgPlusCell<T> createCell(final ImgPlus<T> imgPlus) throws IOException {
103103
return new ImgPlusCell<T>(imgPlus.getImg(), imgPlus, getFileStore(getImgSize(imgPlus.getImg())));
104104
}

org.knime.knip.base/src/org/knime/knip/base/data/img/ImgPlusValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public String getName() {
130130
*
131131
* @return the image in this <code>DataCell</code>
132132
*/
133-
@DataValueAccessMethod(name = "ImgPlus Image")
133+
@DataValueAccessMethod(name = "ImgPlus")
134134
public ImgPlus<T> getImgPlus();
135135

136136
/**

0 commit comments

Comments
 (0)