diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-09 15:52:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-12-10 08:06:38 +0000 |
commit | ffffc526e3d6529567694d96a5877d9c63e8e48d (patch) | |
tree | 0756646cd88d1179b41422d32de996940af0c9a1 /odk | |
parent | 9711dccd7fae3e3e77dc2d2018bdb8cdbf85309c (diff) |
java: remove comment noise
Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6
Reviewed-on: https://gerrit.libreoffice.org/13408
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/UCB/MyInputStream.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/UCB/MyInputStream.java b/odk/examples/DevelopersGuide/UCB/MyInputStream.java index d2e154aaea05..89c092706c4b 100644 --- a/odk/examples/DevelopersGuide/UCB/MyInputStream.java +++ b/odk/examples/DevelopersGuide/UCB/MyInputStream.java @@ -32,7 +32,6 @@ * *************************************************************************/ -// imports import com.sun.star.io.BufferSizeExceededException; import com.sun.star.io.NotConnectedException; import com.sun.star.io.XInputStream; |