Javadoc nitpickery
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5478 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user