Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
55462871
Commit
55462871
authored
Oct 30, 2019
by
Piotr Gawron
Browse files
debug message improved
parent
eb4c8102
Changes
1
Hide whitespace changes
Inline
Side-by-side
model/src/main/java/lcsb/mapviewer/model/map/species/ElementComparator.java
View file @
55462871
...
...
@@ -117,7 +117,7 @@ public class ElementComparator extends Comparator<Element> {
}
if
(
colorComparator
.
compare
(
arg0
.
getFontColor
(),
arg1
.
getFontColor
())
!=
0
)
{
logger
.
debug
(
"
Border Font
different: "
+
arg0
.
getFontColor
()
+
", "
+
arg1
.
getFontColor
());
logger
.
debug
(
"
Font color
different: "
+
arg0
.
getFontColor
()
+
", "
+
arg1
.
getFontColor
());
return
colorComparator
.
compare
(
arg0
.
getFontColor
(),
arg1
.
getFontColor
());
}
...
...
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