CVS update: JGroups/src/org/jgroups/stack Configurator.java

"Bela Ban" <[email protected]> Fri, 1 Oct 2010 09:42:31 +0000
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/10/01 09:42:31

  Modified:    src/org/jgroups/stack Configurator.java
  Log:
  ns
  
  Revision  Changes    Path
  1.89      +5 -3      JGroups/src/org/jgroups/stack/Configurator.java
  
  Index: Configurator.java
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/stack/Configurator.java,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- Configurator.java	24 Sep 2010 04:53:36 -0000	1.88
  +++ Configurator.java	1 Oct 2010 09:42:31 -0000	1.89
  @@ -36,7 +36,7 @@
    * of the protocol stack and the properties of each layer.
    * @author Bela Ban
    * @author Richard Achmatowicz
  - * @version $Id: Configurator.java,v 1.88 2010/09/24 04:53:36 belaban Exp $
  + * @version $Id: Configurator.java,v 1.89 2010/10/01 09:42:31 belaban Exp $
    */
   public class Configurator {
       protected static final Log log=LogFactory.getLog(Configurator.class);
  @@ -952,7 +952,8 @@
               if(propertyName != null && propertyValue != null) {
                   String deprecated_msg=annotation.deprecatedMessage();
                   if(deprecated_msg != null && deprecated_msg.length() > 0) {
  -                    log.warn(method.getDeclaringClass().getSimpleName() + "." + methodName + ": " + deprecated_msg);
  +                    log.warn(method.getDeclaringClass().getSimpleName() + "." + methodName + " has been deprecated : " +
  +                            deprecated_msg);
                   }
               }
   
  @@ -997,7 +998,8 @@
               if(propertyName != null && propertyValue != null) {
                   String deprecated_msg=annotation.deprecatedMessage();
                   if(deprecated_msg != null && deprecated_msg.length() > 0) {
  -                    log.warn(field.getDeclaringClass().getSimpleName() + "." + field.getName() + ": " + deprecated_msg);
  +                    log.warn(field.getDeclaringClass().getSimpleName() + "." + field.getName() + " has been deprecated: " +
  +                            deprecated_msg);
                   }
               }
               
  
  
  

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev