summaryrefslogtreecommitdiff
path: root/sources/events/internal/ProtocolEvent.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
commit009350323123fc4b47041cb2194e8df19f69423b (patch)
treea9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/events/internal/ProtocolEvent.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/events/internal/ProtocolEvent.java')
-rw-r--r--sources/events/internal/ProtocolEvent.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/sources/events/internal/ProtocolEvent.java b/sources/events/internal/ProtocolEvent.java
index b29a828..b2c181e 100644
--- a/sources/events/internal/ProtocolEvent.java
+++ b/sources/events/internal/ProtocolEvent.java
@@ -12,13 +12,13 @@ import protocols.VSProtocol;
* The Class ProtocolEvent.
*/
public class ProtocolEvent extends VSEvent {
-
+
/** The protocol classname. */
private String protocolClassname;
-
+
/** The is client protocol. */
private boolean isClientProtocol; /* true = client, false = server */
-
+
/** The is protocol activation. */
private boolean isProtocolActivation; /* true = activate, false = deactivate */
@@ -31,7 +31,7 @@ public class ProtocolEvent extends VSEvent {
/**
* Checks if is client protocol.
- *
+ *
* @param isClientProtocol the is client protocol
*/
public void isClientProtocol(boolean isClientProtocol) {
@@ -40,7 +40,7 @@ public class ProtocolEvent extends VSEvent {
/**
* Checks if is client protocol.
- *
+ *
* @return true, if is client protocol
*/
public boolean isClientProtocol() {
@@ -49,7 +49,7 @@ public class ProtocolEvent extends VSEvent {
/**
* Checks if is protocol activation.
- *
+ *
* @param isProtocolActivation the is protocol activation
*/
public void isProtocolActivation(boolean isProtocolActivation) {
@@ -58,7 +58,7 @@ public class ProtocolEvent extends VSEvent {
/**
* Checks if is protocol activation.
- *
+ *
* @return true, if is protocol activation
*/
public boolean isProtocolActivation() {
@@ -67,7 +67,7 @@ public class ProtocolEvent extends VSEvent {
/**
* Sets the protocol classname.
- *
+ *
* @param protocolClassname the new protocol classname
*/
public void setProtocolClassname(String protocolClassname) {