Nix cruft.

This commit is contained in:
Ray J. Greenwell
2012-08-13 15:45:27 -07:00
parent 7c4a98b3ec
commit 4d8feb215b
@@ -457,7 +457,4 @@ public class InvocationManager
* comes in on a service we don't know about. */ * comes in on a service we don't know about. */
protected final Map<Integer, String> _recentRegServices = protected final Map<Integer, String> _recentRegServices =
new LRUHashMap<Integer, String>(10000); new LRUHashMap<Integer, String>(10000);
/** The text appended to the procedure name when generating a failure response. */
protected static final String FAILED_SUFFIX = "Failed";
} }