Jdoc starting behaving funny with one of my buffers today. In the
following snippet it would make comment template for the interface instead
of the method when cursor was *anywhere* in the file.
whole file:
public interface StringFilter {
public boolean accept(String s) {
}
}
What could be the cause of that?
Yaroslav
