aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/notification/CommandNotificationAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/service/notification/CommandNotificationAction.java')
-rw-r--r--src/net/java/sip/communicator/service/notification/CommandNotificationAction.java74
1 files changed, 37 insertions, 37 deletions
diff --git a/src/net/java/sip/communicator/service/notification/CommandNotificationAction.java b/src/net/java/sip/communicator/service/notification/CommandNotificationAction.java
index ffe8d10..dd502e4 100644
--- a/src/net/java/sip/communicator/service/notification/CommandNotificationAction.java
+++ b/src/net/java/sip/communicator/service/notification/CommandNotificationAction.java
@@ -1,4 +1,4 @@
-/*
+/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Copyright @ 2015 Atlassian Pty Ltd
@@ -15,39 +15,39 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package net.java.sip.communicator.service.notification;
-
-/**
- * An implementation of the <tt>CommandNotificationHandler</tt> interface.
- *
- * @author Yana Stamcheva
- */
-public class CommandNotificationAction
- extends NotificationAction
-{
- private String commandDescriptor;
-
- /**
- * Creates an instance of <tt>CommandNotification</tt> by
- * specifying the <tt>commandDescriptor</tt>, which will point us to the
- * command to execute.
- *
- * @param commandDescriptor a String that should point us to the command to
- * execute
- */
- public CommandNotificationAction(String commandDescriptor)
- {
- super(NotificationAction.ACTION_COMMAND);
- this.commandDescriptor = commandDescriptor;
- }
-
- /**
- * Returns the command descriptor.
- *
- * @return the command descriptor
- */
- public String getDescriptor()
- {
- return commandDescriptor;
- }
-}
+package net.java.sip.communicator.service.notification;
+
+/**
+ * An implementation of the <tt>CommandNotificationHandler</tt> interface.
+ *
+ * @author Yana Stamcheva
+ */
+public class CommandNotificationAction
+ extends NotificationAction
+{
+ private String commandDescriptor;
+
+ /**
+ * Creates an instance of <tt>CommandNotification</tt> by
+ * specifying the <tt>commandDescriptor</tt>, which will point us to the
+ * command to execute.
+ *
+ * @param commandDescriptor a String that should point us to the command to
+ * execute
+ */
+ public CommandNotificationAction(String commandDescriptor)
+ {
+ super(NotificationAction.ACTION_COMMAND);
+ this.commandDescriptor = commandDescriptor;
+ }
+
+ /**
+ * Returns the command descriptor.
+ *
+ * @return the command descriptor
+ */
+ public String getDescriptor()
+ {
+ return commandDescriptor;
+ }
+}