qodana: synchronize toString()

This commit is contained in:
marhali 2022-04-22 15:32:01 +02:00
parent 0385125747
commit 1d1d3adaea

View File

@ -39,7 +39,7 @@ public class SortableProperties extends Properties {
}
@Override
public String toString() {
public synchronized String toString() {
return this.properties.toString();
}
}