Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
cd18b735
Commit
cd18b735
authored
4 years ago
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup code
parent
aeb4c64b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PlayWallCore/src/main/java/de/tobias/playpad/project/Project.java
+3
-3
3 additions, 3 deletions
...Core/src/main/java/de/tobias/playpad/project/Project.java
with
3 additions
and
3 deletions
PlayWallCore/src/main/java/de/tobias/playpad/project/Project.java
+
3
−
3
View file @
cd18b735
...
...
@@ -48,9 +48,9 @@ public class Project {
*/
final
ProjectReference
projectReference
;
private
transient
IntegerProperty
activePlayerProperty
;
private
transient
IntegerProperty
notFoundMediaProperty
;
private
transient
ProjectUpdateListener
syncListener
;
private
final
transient
IntegerProperty
activePlayerProperty
;
private
final
transient
IntegerProperty
notFoundMediaProperty
;
private
final
transient
ProjectUpdateListener
syncListener
;
public
Project
(
ProjectReference
ref
)
{
this
.
projectReference
=
ref
;
...
...
This diff is collapsed.
Click to expand it.
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