mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Path was static instead of final
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
|
||||
public class SizeLimitExceededException extends GitUserException {
|
||||
|
||||
private static String path = null;
|
||||
private final String path;
|
||||
|
||||
public SizeLimitExceededException(String path) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user