ome / ome-common-java

Java library providing common functionality for all OME Java components
Other
2 stars 19 forks source link

Fix string comparison #90

Closed melissalinkert closed 3 months ago

melissalinkert commented 3 months ago

Fixes #89.

I'm not sure this will actually affect behavior in practice, given that the caller property is only set to the CALLER variable in this class, but the string equality check should now be technically correct.