Standardize package name
This commit is contained in:
parent
df2e7495c7
commit
86b247c481
11 changed files with 13 additions and 3 deletions
|
|
@ -15,9 +15,9 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
|
||||
import db.DatabaseLayer
|
||||
|
||||
import twitch.api.UserAuthenticationCredential
|
||||
|
||||
import slick.jdbc.PostgresProfile
|
||||
|
|
@ -15,10 +15,11 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db
|
||||
|
||||
import modules.uac.UACModule
|
||||
import modules.executor.ExecutorModule
|
||||
import db.modules.uac.UACModule
|
||||
import db.modules.executor.ExecutorModule
|
||||
|
||||
import scala.concurrent.Future
|
||||
import slick.jdbc.JdbcProfile
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db.internal
|
||||
|
||||
class NotFoundException extends Throwable
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db.modules
|
||||
|
||||
import slick.dbio.DBIO
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db.modules.executor
|
||||
|
||||
import slick.jdbc.JdbcProfile
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db.modules.uac
|
||||
|
||||
import db.internal.NotFoundException
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db.modules.uac
|
||||
|
||||
import db.modules.DatabaseModule
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db.modules.uac
|
||||
|
||||
import db.modules.uac.UACSchema
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package db.modules.uac
|
||||
|
||||
import twitch.api.TwitchUID
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package twitch.api
|
||||
|
||||
/**
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gay.creatures.unit_ca5
|
||||
package twitch.api
|
||||
|
||||
import java.time.Instant
|
||||
Loading…
Add table
Add a link
Reference in a new issue