~codescore-dev/codescore/version-1.0

« back to all changes in this revision

Viewing changes to src/net/codescore/dbo/auto/_Competitor.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:
1
 
package net.launchpad.codescore.dbo.auto;
 
1
package net.codescore.dbo.auto;
2
2
 
3
 
import net.launchpad.codescore.dbo.CDO;
4
 
import net.launchpad.codescore.dbo.Competition;
5
 
import net.launchpad.codescore.dbo.Person;
6
 
import net.launchpad.codescore.dbo.Team;
 
3
import net.codescore.dbo.CDO;
 
4
import net.codescore.dbo.Competition;
 
5
import net.codescore.dbo.Person;
 
6
import net.codescore.dbo.Team;
7
7
 
8
8
/**
9
9
 * Class _Competitor was generated by Cayenne.