Skip to content
Snippets Groups Projects
Commit cd18b735 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Cleanup code

parent aeb4c64b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment