Skip to content

Commit ee3bbcf

Browse files
committed
FIX: Make ijNameProperty public
1 parent a7b918b commit ee3bbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/igred/omero/roi/ROIWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static String ijIDProperty(String property) {
128128
*
129129
* @return See above.
130130
*/
131-
static String ijNameProperty(String property) {
131+
public static String ijNameProperty(String property) {
132132
property = checkProperty(property);
133133
return property + "_NAME";
134134
}

0 commit comments

Comments
 (0)