Javadoc nitpickery

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5478 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-10-28 20:37:28 +00:00
parent 826a1a0bcc
commit da52d29a0a
3 changed files with 6 additions and 3 deletions
@@ -654,7 +654,7 @@ public class DObject
}
/**
* Retrieves a local attribute for the supplied key. See {@link #setLocalAttribute} for
* Retrieves a local attribute for the supplied key. See {@link #setLocal} for
* information on key polymorphism. Returns null if no attribute is found that matches the
* supplied key.
*/
@@ -24,6 +24,7 @@ package com.threerings.presents.util;
import java.util.concurrent.CancellationException;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import java.util.concurrent.FutureTask;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
import java.util.concurrent.locks.AbstractQueuedSynchronizer;