Skip to content

Commit

Permalink
Cleaning up javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aquark committed Jul 16, 2008
1 parent 59af5fc commit 9d18275
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OrcSites/src/orc/lib/net/XMPPConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Orc support for the XMPP (Jabber, Google Talk) messaging protocol.
*
* <p>For the most part, the API follows that of Smack: {@link http://www.igniterealtime.org/projects/smack/}.
* <p>For the most part, the API follows that of <a href="http://www.igniterealtime.org/projects/smack/">Smack</a>.
* This example program should get you started:
*
* <pre>
Expand Down
1 change: 0 additions & 1 deletion Orchard/src/orc/orchard/Job.java
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ public JobConfiguration configuration() {
* If no events have occurred, block using waiter until one occurs.
* If/when the job completes (so no more events can occur), return
* an empty list.
* @see JobInterface.listen
*/
public List<JobEvent> getEvents(Waiter waiter) throws InterruptedException {
return events.get(waiter);
Expand Down
4 changes: 1 addition & 3 deletions Orchard/src/orc/orchard/oil/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
* <p>When you change any of these files, make sure to recompile with
* Build "Clean", so that the JAX-WS stuff can rebuild.
*
* @see orc.orchard.jaxws
* @see orc.orchard.soap
* @see orc.ast.oil
* @see orc.ast.oil.arg
* @see orc.ast.val
*/
package orc.orchard.oil;
2 changes: 1 addition & 1 deletion Orchard/src/orc/orchard/rmi/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>To run these services locally:
* <ol>
* <li>Start rmiregistry with the classpath pointing to the Orc classpath.
* <li>Run {@link ExecutorService}. By default this starts the executor at
* <li>Run {@link orc.orchard.rmi.ExecutorService}. By default this starts the executor at
* rmi://localhost/orchard
* <li>Run {@link orc.orchard.rmi.RmiTest} to run a simple test.
* </ol>
Expand Down

0 comments on commit 9d18275

Please sign in to comment.