You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/10/22 09:37:48 UTC

svn commit: r828338 - /incubator/pivot/trunk/web/src/org/apache/pivot/web/DigestAuthentication.java

Author: smartini
Date: Thu Oct 22 07:37:47 2009
New Revision: 828338

URL: http://svn.apache.org/viewvc?rev=828338&view=rev
Log:
add @Deprecated tag to empty constructor

Modified:
    incubator/pivot/trunk/web/src/org/apache/pivot/web/DigestAuthentication.java

Modified: incubator/pivot/trunk/web/src/org/apache/pivot/web/DigestAuthentication.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/DigestAuthentication.java?rev=828338&r1=828337&r2=828338&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/org/apache/pivot/web/DigestAuthentication.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/DigestAuthentication.java Thu Oct 22 07:37:47 2009
@@ -119,6 +119,7 @@
      * @deprecated Do not use. Null user name or Null Password are no longer
      * allowed.
      */
+    @Deprecated
     public DigestAuthentication() {
         this(null, null, null, null);
     }