mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Make FilterCriteria.Operator.getSymbol public (#5106)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ public class FilterCriteria {
|
||||
this.symbol = symbol;
|
||||
}
|
||||
|
||||
String getSymbol() {
|
||||
public String getSymbol() {
|
||||
return symbol;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user