mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Fix inspections
This commit is contained in:
parent
f60a10eb6e
commit
7e897fa6d0
13 changed files with 20 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue