Skip to content

Commit

Permalink
hunhun do
Browse files Browse the repository at this point in the history
git-svn-id: http://rapid-framework.googlecode.com/svn/trunk/rapid-mvn@6224 4ca5cf0f-1a52-0410-96e1-5992aa8baeaf
  • Loading branch information
badqiu committed Jan 5, 2011
1 parent 3852121 commit 9405362
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package common.base;
package com.company.project.common.base;

import static cn.org.rapid_framework.util.SqlRemoveUtils.removeFetchKeyword;
import static cn.org.rapid_framework.util.SqlRemoveUtils.removeOrders;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package common.base;
package com.company.project.common.base;

import java.io.Serializable;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package common.base;
package com.company.project.common.base;

import java.io.Serializable;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package common.util;
package com.company.project.common.util;

import java.math.BigDecimal;
import java.math.BigInteger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package common.util;
package com.company.project.common.util;

import java.io.Serializable;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package common.util;
package com.company.project.common.util;


import java.lang.reflect.InvocationTargetException;
Expand Down

0 comments on commit 9405362

Please sign in to comment.