This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: Another deprecation fix


Tom Tromey writes:
 > Today I discovered that the @deprecated tag doesn't take effect on an
 > interface.  For instance, see java.security.Certificate.
 > 
 > The appended patch fixes the problem.  Ok for trunk?
 > 
 > Tom
 > 
 > Index: gcc/java/ChangeLog
 > from  Tom Tromey  <tromey at redhat dot com>
 > 
 > 	* parse.y (create_interface): Call CHECK_DEPRECATED.

Uh, yeah.  This is IMO in the "obvious" category and doesn't need approval.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]