summaryrefslogtreecommitdiffstats
path: root/obex/javax/obex/ObexTransport.java
diff options
context:
space:
mode:
authorTao Liejun <L.J.Tao@motorola.com>2009-07-13 15:57:11 -0700
committerNick Pelly <npelly@google.com>2009-07-14 21:20:39 -0700
commit05ff98bbefda39b9ff26f8bca132cfd0248745c6 (patch)
treedd7399785790ece3f34d1725972f1a0a128cf4df /obex/javax/obex/ObexTransport.java
parentc047d68372ece9fa74446b13ea66bc12b060b882 (diff)
downloadframeworks_base-05ff98bbefda39b9ff26f8bca132cfd0248745c6.zip
frameworks_base-05ff98bbefda39b9ff26f8bca132cfd0248745c6.tar.gz
frameworks_base-05ff98bbefda39b9ff26f8bca132cfd0248745c6.tar.bz2
Fix minor obex bugs and re-format the comments
re-format comments move connectible to connectable remove unnecessary throws remove not-used function ClientOperation.readResponse() fix client abort case for PUT set mOpen for PrivateOutputStream add to platform.xml
Diffstat (limited to 'obex/javax/obex/ObexTransport.java')
-rw-r--r--obex/javax/obex/ObexTransport.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/obex/javax/obex/ObexTransport.java b/obex/javax/obex/ObexTransport.java
index d0ba0c9..445e267 100644
--- a/obex/javax/obex/ObexTransport.java
+++ b/obex/javax/obex/ObexTransport.java
@@ -51,7 +51,6 @@ import java.io.OutputStream;
* Different kind of medium may have different construction - for example, the
* RFCOMM device file medium may be constructed from a file descriptor or simply
* a string while the TCP medium usually from a socket.
- *
* @hide
*/
public interface ObexTransport {