Skip to content

Commit

Permalink
Complete Version
Browse files Browse the repository at this point in the history
  • Loading branch information
shocoladka committed Oct 2, 2014
1 parent d4eb276 commit 1ae1f76
Show file tree
Hide file tree
Showing 11 changed files with 4,632 additions and 4,628 deletions.
5 changes: 0 additions & 5 deletions src/ru/fizteh/fivt/students/mrshoco/filemap/FileMap.java

This file was deleted.

1,274 changes: 1,274 additions & 0 deletions src/ru/fizteh/fivt/students/mrshoco/filemap/bin/workbench.xmi

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/ru/fizteh/fivt/students/mrshoco/filemap/util/Data.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package util;

class Data {
public static void load() {
}
}
6 changes: 6 additions & 0 deletions src/ru/fizteh/fivt/students/mrshoco/filemap/util/FileMap.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package util;

class FileMap {
public static void main(String[] args) {
}
}
2,070 changes: 1,035 additions & 1,035 deletions src/ru/fizteh/fivt/students/mrshoco/filemap/workbench.xmi

Large diffs are not rendered by default.

1,274 changes: 0 additions & 1,274 deletions src/ru/fizteh/fivt/students/mrshoco/shell/bin/workbench.xmi

This file was deleted.

Binary file not shown.
7 changes: 2 additions & 5 deletions src/ru/fizteh/fivt/students/mrshoco/shell/util/ShellMain.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package util;

import java.io.IOException;
import java.util.Arrays;
import java.util.Scanner;
import java.util.NoSuchElementException;
import java.io.IOException;
import java.util.Scanner;

/**
*
Expand Down Expand Up @@ -34,9 +34,6 @@ public static void main(final String[] args) {
Command cmd = Command.create(Arrays.copyOfRange(args,
j, i));
cmd.run();
} catch (IOException e) {
System.err.println(e.getMessage());
System.exit(0);
} catch (Exception e) {
System.err.println(e.getMessage());
System.exit(1);
Expand Down
2,070 changes: 1,035 additions & 1,035 deletions src/ru/fizteh/fivt/students/mrshoco/shell/workbench.xmi

Large diffs are not rendered by default.

1,274 changes: 0 additions & 1,274 deletions src/ru/fizteh/fivt/students/mrshoco/workbench.xmi

This file was deleted.

1,274 changes: 1,274 additions & 0 deletions workbench.xmi

Large diffs are not rendered by default.

0 comments on commit 1ae1f76

Please sign in to comment.