@Override gets the point across

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6038 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2010-02-10 20:32:51 +00:00
parent 3414612462
commit 83f71c606e
28 changed files with 73 additions and 73 deletions
@@ -41,13 +41,13 @@ public class ChannelSpeakDispatcher extends InvocationDispatcher<ChannelSpeakMar
this.provider = provider;
}
@Override // documentation inherited
@Override
public ChannelSpeakMarshaller createMarshaller ()
{
return new ChannelSpeakMarshaller();
}
@Override // documentation inherited
@Override
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException
@@ -43,13 +43,13 @@ public class ChatDispatcher extends InvocationDispatcher<ChatMarshaller>
this.provider = provider;
}
@Override // documentation inherited
@Override
public ChatMarshaller createMarshaller ()
{
return new ChatMarshaller();
}
@Override // documentation inherited
@Override
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException
@@ -40,13 +40,13 @@ public class SpeakDispatcher extends InvocationDispatcher<SpeakMarshaller>
this.provider = provider;
}
@Override // documentation inherited
@Override
public SpeakMarshaller createMarshaller ()
{
return new SpeakMarshaller();
}
@Override // documentation inherited
@Override
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException
@@ -44,13 +44,13 @@ public class LocationDecoder extends InvocationDecoder
this.receiver = receiver;
}
@Override // documentation inherited
@Override
public String getReceiverCode ()
{
return RECEIVER_CODE;
}
@Override // documentation inherited
@Override
public void dispatchNotification (int methodId, Object[] args)
{
switch (methodId) {
@@ -44,13 +44,13 @@ public class CrowdPeerDispatcher extends InvocationDispatcher<CrowdPeerMarshalle
this.provider = provider;
}
@Override // documentation inherited
@Override
public CrowdPeerMarshaller createMarshaller ()
{
return new CrowdPeerMarshaller();
}
@Override // documentation inherited
@Override
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException
@@ -40,13 +40,13 @@ public class BodyDispatcher extends InvocationDispatcher<BodyMarshaller>
this.provider = provider;
}
@Override // documentation inherited
@Override
public BodyMarshaller createMarshaller ()
{
return new BodyMarshaller();
}
@Override // documentation inherited
@Override
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException
@@ -41,13 +41,13 @@ public class LocationDispatcher extends InvocationDispatcher<LocationMarshaller>
this.provider = provider;
}
@Override // documentation inherited
@Override
public LocationMarshaller createMarshaller ()
{
return new LocationMarshaller();
}
@Override // documentation inherited
@Override
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException