mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +01:00
Update SignInfo.java
This commit is contained in:
parent
fa7c57edc5
commit
4544dd79f5
@ -5,7 +5,7 @@ import java.util.List;
|
||||
|
||||
public class SignInfo {
|
||||
|
||||
List<Sign> AllSigns = new ArrayList<Sign>();
|
||||
List<Sign> AllSigns = new ArrayList<>();
|
||||
|
||||
public SignInfo() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user