qodana: synchronize toString()
This commit is contained in:
parent
0385125747
commit
1d1d3adaea
@ -39,7 +39,7 @@ public class SortableProperties extends Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public synchronized String toString() {
|
||||||
return this.properties.toString();
|
return this.properties.toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user