diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-26 19:45:09 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-26 19:45:09 +0000 |
| commit | 065bbc74eda368148851f0a8e8d9e4a016e48e28 (patch) | |
| tree | ed9eedc6a5b7027788266cc3736a6ff2b63158d3 /sources/events/internal/ProtocolScheduleEvent.java | |
| parent | 8fd9c3e2980eb5720033584ac3cd2d156b5c9d63 (diff) | |
run astyle
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(); } } |
