Skip to content

Commit

Permalink
Fix code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 7, 2018
1 parent 99378e9 commit aba221e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ public class Stream implements ProxerIdItem, ProxerImageItem, ProxerDateItem {
*/
@Getter
@Json(name = "legal")
public boolean isOfficial;
private boolean isOfficial;
}

0 comments on commit aba221e

Please sign in to comment.