summaryrefslogtreecommitdiffstats
path: root/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java
diff options
context:
space:
mode:
authorAnurag Jain <anuragjainfzd@gmail.com>2012-10-01 14:10:03 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-10-01 14:10:03 +0200
commit37a2fa5d5a58628d317a2305965863dfe50f140e (patch)
tree3530022e65096c94795565c286203802acb261ac /android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java
parentfdo#54940 - fix last small ergonomic issue. (diff)
downloadcore-37a2fa5d5a58628d317a2305965863dfe50f140e.tar.gz
core-37a2fa5d5a58628d317a2305965863dfe50f140e.zip
fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
Diffstat (limited to 'android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java')
-rw-r--r--android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java b/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java
index 1a9560456f92..480324e64fb5 100644
--- a/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java
+++ b/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java
@@ -12,8 +12,6 @@ import android.graphics.Color;
/**
* Interface to send commands to the server.
- *
- * @author Andrzej J.R. Hunt
*/
public class Transmitter {
@@ -68,4 +66,4 @@ public class Transmitter {
mClient.sendCommand("presentation_stop\n\n");
}
}
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */