[jboss-user] [Beginners Corner] - Re: The field Priority.debug is deprecated
PeterJ
do-not-reply at jboss.com
Tue Nov 20 11:37:19 EST 2007
"deprecated" means that the feature you are using (the debug field in the Priority class, in your case) is no longer the preferred way of accessing this information and at some future time might no longer be allowed, but at this time the feature still works. As an example, there are many things that have been deprecated since Java 1.1 that still work.
Your choices are:
a) ignore the warning
b) change you code to use the preferred mechanisms (the documentation for the debug field should say what replaced it)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106464#4106464
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106464
More information about the jboss-user
mailing list