Skip to content
Snippets Groups Projects

F grpc f value and unit

Merged Timm Fitschen requested to merge f-grpc-f-value-and-unit into f-grpc-dev
Files
5
@@ -39,6 +39,6 @@ public class BooleanValue extends AbstractEnumValue {
}
public boolean getValue() {
return toString().equals("TRUE");
return toDatabaseString().equals("TRUE");
}
}
Loading