https://issues.apache.org/bugzilla/show_bug.cgi?id=49953

Filip Hanik <fha...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |LATER

--- Comment #4 from Filip Hanik <fha...@apache.org> 2011-01-06 18:59:36 EST ---
Not true

public interface Itest {
 public void foo();
}

public class test implements Itest {
 @Override
 public void foo() {
 }
}

will not compile in Java 5

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to