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
minerva
core
Commits
1233ccd8
Commit
1233ccd8
authored
May 10, 2019
by
Piotr Gawron
Browse files
typeos + formatting
parent
4ce0bb1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
converter/src/main/java/lcsb/mapviewer/converter/ComplexZipConverter.java
View file @
1233ccd8
...
...
@@ -358,10 +358,10 @@ public class ComplexZipConverter {
}
/**
* Creates in
c
tance of {@link Converter} used as a template parameter for this
* class instatiation.
* Creates in
s
tance of {@link Converter} used as a template parameter for this
* class insta
n
tiation.
*
* @return in
c
tance of {@link Converter}
* @return in
s
tance of {@link Converter}
*/
protected
Converter
createConverterInstance
()
{
Converter
converter
;
...
...
converter/src/test/java/lcsb/mapviewer/converter/OverviewParserTest.java
View file @
1233ccd8
...
...
@@ -275,7 +275,7 @@ public class OverviewParserTest {
@Test
public
void
testParseValidComplexCoordinates
()
throws
Exception
{
try
{
String
invalidCoordinates
=
FileUtils
.
readFileToString
(
new
File
(
"testFiles/coordinates.txt"
));
String
invalidCoordinates
=
FileUtils
.
readFileToString
(
new
File
(
"testFiles/coordinates.txt"
)
,
"UTF-8"
);
Set
<
Model
>
models
=
createValidTestMapModel
();
List
<
OverviewImage
>
images
=
new
ArrayList
<>();
...
...
model/src/main/java/lcsb/mapviewer/model/map/Drawable.java
View file @
1233ccd8
...
...
@@ -2,12 +2,10 @@ package lcsb.mapviewer.model.map;
import
java.util.Comparator
;
import
org.apache.log4j.Logger
;
import
lcsb.mapviewer.common.comparator.IntegerComparator
;
public
interface
Drawable
{
Comparator
<?
super
Drawable
>
Z_INDEX_COMPARATOR
=
new
Comparator
<
Drawable
>()
{
private
IntegerComparator
integerComparator
=
new
IntegerComparator
();
...
...
@@ -19,7 +17,6 @@ public interface Drawable {
}
};
/**
* Returns z-index of the graphical representation.
*
...
...
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