Skip to content

Commit

Permalink
reorganized some classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Li committed Feb 2, 2015
1 parent cc6cc82 commit 77ae382
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package game;

public class Item
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package game;

public class Merchant
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
package tests;

import game.Merchant;
import junit.framework.TestCase;


Expand Down

0 comments on commit 77ae382

Please sign in to comment.