blob: 43b887961a622e3805885bc829753b0c3323647c [file] [log] [blame]
public void foo(String s)
{
synchronized (this)
{
System.out.println(s.length());
}
}