Fix broken javadoc links and params to kill my Eclipse warnings. This includes

importing receivers from their senders to satisfy their links.



git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5333 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2008-08-21 01:46:51 +00:00
parent 8a22502f47
commit 80ca1dbc64
23 changed files with 40 additions and 32 deletions
@@ -130,7 +130,7 @@ public class JabberClient
}
/**
* Creates the {@link JabberContext} implementation that will be
* Creates the {@link CrowdContext} implementation that will be
* passed around to all of the client code. Derived classes may wish
* to override this and create some extended context implementation.
*/
@@ -37,7 +37,7 @@ public class TestMarshaller extends InvocationMarshaller
implements TestService
{
/**
* Marshalls results to implementations of {@link TestFuncListener}.
* Marshalls results to implementations of {@link TestService.TestFuncListener}.
*/
public static class TestFuncMarshaller extends ListenerMarshaller
implements TestFuncListener
@@ -72,7 +72,7 @@ public class TestMarshaller extends InvocationMarshaller
}
/**
* Marshalls results to implementations of {@link TestOidListener}.
* Marshalls results to implementations of {@link TestService.TestOidListener}.
*/
public static class TestOidMarshaller extends ListenerMarshaller
implements TestOidListener