Skip to content

Commit

Permalink
Moving entity interfaces to shared package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tHerrmann committed Feb 7, 2012
1 parent ac5bad5 commit 7ecccfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src-gwt/com/alkacon/vie/client/Entity.java
Expand Up @@ -27,6 +27,7 @@

package com.alkacon.vie.client;

import com.alkacon.vie.shared.EntityAttribute;
import com.alkacon.vie.shared.I_Entity;
import com.alkacon.vie.shared.I_EntityAttribute;

Expand Down
Expand Up @@ -25,10 +25,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

package com.alkacon.vie.client;
package com.alkacon.vie.shared;

import com.alkacon.vie.shared.I_Entity;
import com.alkacon.vie.shared.I_EntityAttribute;
import com.alkacon.vie.client.I_EntityCollection;

import java.util.ArrayList;
import java.util.Collections;
Expand Down

0 comments on commit 7ecccfc

Please sign in to comment.