Skip to content
Snippets Groups Projects
Commit 87bac2cd authored by tpylak's avatar tpylak
Browse files

minor: make field final

SVN: 15908
parent 148671de
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ public class PlateIdentifier implements Serializable ...@@ -11,7 +11,7 @@ public class PlateIdentifier implements Serializable
{ {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private String plateCode, spaceCodeOrNull; private final String plateCode, spaceCodeOrNull;
public PlateIdentifier(String plateCode, String spaceCodeOrNull) public PlateIdentifier(String plateCode, String spaceCodeOrNull)
{ {
......
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