Rerun generators.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4857 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -45,13 +45,13 @@ public class LocationDecoder extends InvocationDecoder
|
|||||||
this.receiver = receiver;
|
this.receiver = receiver;
|
||||||
}
|
}
|
||||||
|
|
||||||
// documentation inherited
|
@Override // documentation inherited
|
||||||
public String getReceiverCode ()
|
public String getReceiverCode ()
|
||||||
{
|
{
|
||||||
return RECEIVER_CODE;
|
return RECEIVER_CODE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// documentation inherited
|
@Override // documentation inherited
|
||||||
public void dispatchNotification (int methodId, Object[] args)
|
public void dispatchNotification (int methodId, Object[] args)
|
||||||
{
|
{
|
||||||
switch (methodId) {
|
switch (methodId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user