Best to make sure it compiles before checking it in.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1719 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -17,7 +17,7 @@ public interface RunQueue
|
|||||||
{
|
{
|
||||||
public void postRunnable (Runnable r)
|
public void postRunnable (Runnable r)
|
||||||
{
|
{
|
||||||
return EventQueue.invokeLater(r);
|
EventQueue.invokeLater(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isDispatchThread ()
|
public boolean isDispatchThread ()
|
||||||
|
|||||||
Reference in New Issue
Block a user