Skip to content

Commit 8e4bd49

Browse files
committed
small cleans
1 parent b3cca83 commit 8e4bd49

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,4 @@ cookies.txt
4545

4646
# Vim #
4747
.*.sw*
48-
at3_1m4_01.tif
49-
at3_1m4_02.tif
50-
at3_1m4_03.tif
51-
at3_1m4_05.tif
52-
at3_1m4_06.tif
48+
*.tif

src/main/java/cz/it4i/fiji/legacy/CreateNewDataset.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,5 @@ public void run() {
188188
} catch (JsonProcessingException e) {
189189
myLogger.error("Error converting dataset description into JSON:"+e.getMessage());
190190
}
191-
192-
193191
}
194-
195-
196192
}

src/main/java/cz/it4i/fiji/legacy/CreateNewDatasetFromJSON.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public class CreateNewDatasetFromJSON implements Command {
3838
@Parameter(type = ItemIO.OUTPUT, label="Label of the created dataset:")
3939
public String newDatasetLabel;
4040

41-
4241
@Override
4342
public void run() {
4443
//logging facility

0 commit comments

Comments
 (0)