mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
StatisticsInfo.toString which doesn't cause SOE
This commit is contained in:
@@ -84,6 +84,6 @@ public class StatisticsInfo {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return myContext + "::::" + myValue + (myConjuncts.isEmpty() ? "" : "::::" + myConjuncts);
|
||||
return myContext + "::::" + myValue + (myConjuncts.size() == 1 ? "" : "::::" + myConjuncts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user