summaryrefslogtreecommitdiffstats
path: root/obex/javax/obex/ServerOperation.java
diff options
context:
space:
mode:
Diffstat (limited to 'obex/javax/obex/ServerOperation.java')
-rw-r--r--obex/javax/obex/ServerOperation.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/obex/javax/obex/ServerOperation.java b/obex/javax/obex/ServerOperation.java
index bb3490b..5dcbb93 100644
--- a/obex/javax/obex/ServerOperation.java
+++ b/obex/javax/obex/ServerOperation.java
@@ -51,8 +51,8 @@ import java.io.ByteArrayOutputStream;
* the server receives a 0x83, the client is signalling the server that it is
* done with its request.
*
- * OPTIMIZATION: Extend the ClientOperation and reuse the methods defined
- * OPTIMIZATION: in that class.
+ * TODO: Extend the ClientOperation and reuse the methods defined
+ * TODO: in that class.
*
* @hide
*/