Skip to content
Snippets Groups Projects
Commit 2a49f431 authored by tpylak's avatar tpylak
Browse files

minor: add private modifier

SVN: 15008
parent 3f1a353d
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,11 @@ public class AuthorizationGroup extends AbstractRegistrationHolder implements
{
private static final long serialVersionUID = ServiceVersionHolder.VERSION;
String code;
private String code;
String description;
private String description;
DatabaseInstance databaseInstance;
private DatabaseInstance databaseInstance;
private Long id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment