ozeigermann    2004/10/30 10:14:04

  Modified:    src/share/org/apache/slide/common Namespace.java
  Log:
  Deprecated get uri without token as it may cause deadlocks and other
  problems
  
  Revision  Changes    Path
  1.72      +5 -4      jakarta-slide/src/share/org/apache/slide/common/Namespace.java
  
  Index: Namespace.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Namespace.java,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- Namespace.java    20 Oct 2004 05:29:51 -0000      1.71
  +++ Namespace.java    30 Oct 2004 17:14:04 -0000      1.72
  @@ -686,6 +686,7 @@
        *
        * @param uri Requested Uri
        * @return Uri
  +     * @deprecated use signature with SlideToken instead
        */
       public Uri getUri(String uri) {
           return getUri(null, uri);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to