From b85a7d71a52bdc24d65e98dacd1ae85d90e868b5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 2 Apr 2011 01:03:07 +0000 Subject: [PATCH] Fiddlesticks. We can't keep the deprecated constructor in here because that breaks streaming. Everyone will have to regenerate their services. Sorry! If only I hadn't hardcoded the insertion of the constructor in the first place, this would have all been nicely behind an abstraction boundary. It will be once the services are regenerated. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6584 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/presents/dobj/InvocationResponseEvent.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/java/com/threerings/presents/dobj/InvocationResponseEvent.java b/src/main/java/com/threerings/presents/dobj/InvocationResponseEvent.java index b8c420e05..3e1cbf905 100644 --- a/src/main/java/com/threerings/presents/dobj/InvocationResponseEvent.java +++ b/src/main/java/com/threerings/presents/dobj/InvocationResponseEvent.java @@ -49,14 +49,6 @@ public class InvocationResponseEvent extends DEvent _args = args; } - /** @deprecated Regenerate your services. */ - @Deprecated - public InvocationResponseEvent (int targetOid, int requestId, int methodId, Object[] args, - Transport transport) - { - this(targetOid, requestId, methodId, args); - } - /** * Returns the invocation request id associated with this response. */