Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
3ce7c3f0
Commit
3ce7c3f0
authored
Jul 19, 2021
by
Kevin Robert
Browse files
UNOTOPLYS-237 : Légers correctifs PR.
parent
f77b36c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/unantes/orientactive/condition/DisplayConditions.java
View file @
3ce7c3f0
package
com.unantes.orientactive.condition
;
import
com.unantes.orientactive.web.rest.ScreenResource
;
import
org.apache.commons.lang3.StringUtils
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
...
...
src/main/java/com/unantes/orientactive/condition/RangeCondition.java
View file @
3ce7c3f0
...
...
@@ -18,7 +18,7 @@ class RangeCondition extends ReferencedCondition {
@Override
public
String
toSpel
()
{
return
"
(
variables["
+
reference
+
"] "
+
leftOperator
+
leftBoundary
+
" and variables["
+
reference
+
"] "
+
rightOperator
+
rightBoundary
+
")"
;
return
"variables["
+
reference
+
"] "
+
leftOperator
+
" "
+
leftBoundary
+
" and variables["
+
reference
+
"] "
+
rightOperator
+
" "
+
rightBoundary
;
}
public
String
getLeftOperator
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment