commit 31745a4b5d724dfd515ba818ec1f74593527d129 parent 343fcc85bc775d389571cd277ed4313650039bd9 Author: Jan Dankert <devnull@localhost> Date: Thu, 25 Apr 2019 10:28:49 +0200 Documentation. Diffstat:
src/de/openrat/client/action/Action.java | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/de/openrat/client/action/Action.java b/src/de/openrat/client/action/Action.java @@ -8,6 +8,11 @@ import de.openrat.client.util.HttpRequest.HttpMethod; import de.openrat.client.util.Id; import de.openrat.client.util.ParameterMap; +/** + * Action. + * + * This class is NOT threadsafe and should be used by one thread simultaneously. + */ public abstract class Action {