mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-11 09:54:25 +01:00
Fix inspections
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user