Fix inspections

This commit is contained in:
AsamK 2018-11-20 23:27:36 +01:00
parent f60a10eb6e
commit 7e897fa6d0
13 changed files with 20 additions and 34 deletions

View file

@ -2,8 +2,8 @@ package org.asamk.signal;
public class UserAlreadyExists extends Exception {
private String username;
private String fileName;
private final String username;
private final String fileName;
public UserAlreadyExists(String username, String fileName) {
this.username = username;