summaryrefslogtreecommitdiffstats
path: root/obex/javax/obex/ServerRequestHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'obex/javax/obex/ServerRequestHandler.java')
-rw-r--r--obex/javax/obex/ServerRequestHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/obex/javax/obex/ServerRequestHandler.java b/obex/javax/obex/ServerRequestHandler.java
index 4e7f5b4..955e916 100644
--- a/obex/javax/obex/ServerRequestHandler.java
+++ b/obex/javax/obex/ServerRequestHandler.java
@@ -67,7 +67,7 @@ package javax.obex;
* a CREATE-EMPTY request, there will be no Body data to read. Therefore,
* a call to <code>InputStream.read()</code> will return -1.
*
- * @version 0.3 November 28, 2008
+ * @hide
*/
public class ServerRequestHandler {
@@ -99,7 +99,7 @@ public class ServerRequestHandler {
* @param id the connection ID to use; -1 if no connection ID should be
* sent
*
- * @exception IllegalArgumentException if <code>id</code> is not in the
+ * @throws IllegalArgumentException if <code>id</code> is not in the
* range -1 to 2<sup>32</sup>-1
*/
public void setConnectionID(long id) {