ozeigermann 2004/11/24 03:35:26
Modified: src/share/org/apache/slide/common Uri.java
Log:
Deprecated ctor without token as it implies the hazard of requests outside of
transactions
Revision Changes Path
1.22 +6 -4 jakarta-slide/src/share/org/apache/slide/common/Uri.java
Index: Uri.java
===================================================================
RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Uri.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Uri.java 8 Nov 2004 09:28:41 -0000 1.21
+++ Uri.java 24 Nov 2004 11:35:26 -0000 1.22
@@ -45,6 +45,8 @@
*
* @param namespace Namespace associated with this Uri
* @param uri Uri
+ *
+ * @deprecated use signature with SlideToken instead
*/
public Uri(Namespace namespace, String uri) {
this(null, namespace, uri);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]