Skip to content

Commit

Permalink
Finalized package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pid1 committed Feb 6, 2015
1 parent 33fa4d8 commit 1937fa0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
Binary file removed bin/JUnit_Test_Example.class
Binary file not shown.
Binary file added bin/main/JUnit_Test_Example.class
Binary file not shown.
Binary file added bin/main/Main.class
Binary file not shown.
Binary file removed bin/server/Main.class
Binary file not shown.
Binary file added bin/server/server.class
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package main;
import static org.junit.Assert.assertEquals;

import org.junit.Test;
Expand Down
3 changes: 2 additions & 1 deletion src/server/Main.java → src/main/Main.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package server;
package main;

public class Main {
public static void main(String[] args) {

Expand Down
5 changes: 5 additions & 0 deletions src/server/server.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package server;

public class server {

}

0 comments on commit 1937fa0

Please sign in to comment.