summaryrefslogtreecommitdiff
path: root/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java
diff options
context:
space:
mode:
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: */