diff options
Diffstat (limited to 'sources/events/internal/ProtocolScheduleEvent.java')
| -rw-r--r-- | sources/events/internal/ProtocolScheduleEvent.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/events/internal/ProtocolScheduleEvent.java b/sources/events/internal/ProtocolScheduleEvent.java index 24eb6fd..42f8836 100644 --- a/sources/events/internal/ProtocolScheduleEvent.java +++ b/sources/events/internal/ProtocolScheduleEvent.java @@ -59,16 +59,16 @@ public class ProtocolScheduleEvent extends VSAbstractEvent { * @return the protocol */ public VSAbstractProtocol getProtocol() { - return protocol; + return protocol; } /* (non-Javadoc) * @see events.VSAbstractEvent#onStart() */ public void onStart() { - if (isClientSchedule) - protocol.onClientScheduleStart(); - else - protocol.onServerScheduleStart(); + if (isClientSchedule) + protocol.onClientScheduleStart(); + else + protocol.onServerScheduleStart(); } } |
