~codescore-dev/codescore/version-1.0

« back to all changes in this revision

Viewing changes to src/net/codescore/dbo/ProblemSet.java

  • Committer: Adam Cornett
  • Date: 2008-03-16 21:50:13 UTC
  • Revision ID: adam.cornett@gmail.com-20080316215013-sr98v9he6ez74hey
Refactoring! changed the top package to net.codescore from net.launchpad.codescore to reflect the new website and to cut back on the lenght of full class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * a copy of the GNU General Public License along with this program; if not, see
10
10
 * <http://www.gnu.org/licenses>.
11
11
 */
12
 
package net.launchpad.codescore.dbo;
 
12
package net.codescore.dbo;
13
13
 
14
 
import net.launchpad.codescore.dbo.auto._ProblemSet;
15
 
import net.launchpad.codescore.dbo.inf.CompTarget;
 
14
import net.codescore.dbo.auto._ProblemSet;
 
15
import net.codescore.dbo.inf.CompTarget;
16
16
 
17
17
public class ProblemSet extends _ProblemSet implements CompTarget {
18
18
        private static final long serialVersionUID = -6212268596698180018L;