Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallServer
Commits
ae1a8dcb
Commit
ae1a8dcb
authored
5 years ago
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
Refactor project related classes
parent
50ed7e34
No related branches found
No related tags found
No related merge requests found
Changes
41
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/scala/de/tobias/playpad/server/sql/saver/ProjectSaver.scala
+3
-3
3 additions, 3 deletions
...ala/de/tobias/playpad/server/sql/saver/ProjectSaver.scala
with
3 additions
and
3 deletions
src/main/scala/de/tobias/playpad/server/
project
/saver/
sql/
ProjectSaver.scala
→
src/main/scala/de/tobias/playpad/server/
sql
/saver/ProjectSaver.scala
+
3
−
3
View file @
ae1a8dcb
package
de.tobias.playpad.server.
project
.saver
.sql
package
de.tobias.playpad.server.
sql
.saver
import
java.sql.Connection
import
java.util.UUID
import
de.tobias.playpad.server.project.Project
import
de.tobias.playpad.server.project.utils.SqlDef._
import
de.tobias.playpad.server.model.project.Project
import
de.tobias.playpad.server.server.SqlHelper
import
de.tobias.playpad.server.sql.SqlDef._
/**
* Created by tobias on 17.02.17.
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment