Skip to content

Commit

Permalink
FIX: Make ijNameProperty public
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Feb 25, 2023
1 parent a7b918b commit ee3bbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/igred/omero/roi/ROIWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static String ijIDProperty(String property) {
*
* @return See above.
*/
static String ijNameProperty(String property) {
public static String ijNameProperty(String property) {
property = checkProperty(property);
return property + "_NAME";
}
Expand Down

0 comments on commit ee3bbcf

Please sign in to comment.