summaryrefslogtreecommitdiffstats
path: root/obex/javax/obex/ObexTransport.java
diff options
context:
space:
mode:
Diffstat (limited to 'obex/javax/obex/ObexTransport.java')
-rw-r--r--obex/javax/obex/ObexTransport.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/obex/javax/obex/ObexTransport.java b/obex/javax/obex/ObexTransport.java
index b1734ff..d0ba0c9 100644
--- a/obex/javax/obex/ObexTransport.java
+++ b/obex/javax/obex/ObexTransport.java
@@ -52,7 +52,7 @@ import java.io.OutputStream;
* RFCOMM device file medium may be constructed from a file descriptor or simply
* a string while the TCP medium usually from a socket.
*
- * @version 0.3 November 28, 2008
+ * @hide
*/
public interface ObexTransport {
@@ -73,6 +73,5 @@ public interface ObexTransport {
DataInputStream openDataInputStream() throws IOException;
DataOutputStream openDataOutputStream() throws IOException;
- //ObexSession accept() throws IOException;
}