You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void fail() {
List l = new ArrayList<String>();
l.add("a");
l.add(giveMeAString());
doSomethingWithList(l); // l is not really a write-only collection any more, is it?
}