From 93cf364a865e543c84f7538b9588ef2ffaf8c223 Mon Sep 17 00:00:00 2001 From: codistmonk Date: Sun, 27 Jun 2010 17:43:33 +0000 Subject: [PATCH] Updated comments. git-svn-id: https://aprog.svn.sourceforge.net/svnroot/aprog/trunk@36 7cbf5e2b-b55d-4b93-acdd-c0d7b961df51 --- Aprog/src/net/sourceforge/aprog/swing/SwingTools.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Aprog/src/net/sourceforge/aprog/swing/SwingTools.java b/Aprog/src/net/sourceforge/aprog/swing/SwingTools.java index d240d34..8e75ed9 100644 --- a/Aprog/src/net/sourceforge/aprog/swing/SwingTools.java +++ b/Aprog/src/net/sourceforge/aprog/swing/SwingTools.java @@ -417,8 +417,10 @@ public final class SwingTools { * * @param object The caller object or {@code null} if the caller is static *
Maybe null + *
Shared * @param arguments *
Not null + *
Shared * @return {@code true} if and only if the method is called in the AWT Event Dispatching Thread * @throws RuntimeException if an error occurs */ -- 2.11.4.GIT