diff --git a/doc/src/main/latex/TygronManual.tex b/doc/src/main/latex/TygronManual.tex index 8d498a43..eb4702eb 100644 --- a/doc/src/main/latex/TygronManual.tex +++ b/doc/src/main/latex/TygronManual.tex @@ -50,7 +50,7 @@ \subsection{Init parameters} \begin{tabularx}{\textwidth}{lX} name & description. \\ MAP & The name of the map to use. Mandatory. If the map does not exist, a new empty map will be created. \\ - STAKEHOLDER & The stakeholder to use. Optional. If not set, an unspecified available stakeholder will be selected. \\ + STAKEHOLDER & List of stakeholders (identifiers like "MUNICIPALITY") to request. Optional. If not set, an unspecified available stakeholder will be selected. \\ SLOT & The slot number to use. Optional. \\ \end{tabularx}\\ diff --git a/environment/src/test/java/tygronenv/TestEnvironment.java b/environment/src/test/java/tygronenv/TestEnvironment.java index 1aa0a398..c901a614 100644 --- a/environment/src/test/java/tygronenv/TestEnvironment.java +++ b/environment/src/test/java/tygronenv/TestEnvironment.java @@ -18,7 +18,6 @@ public class TestEnvironment { - private static final long LONG_ENOUGH_TO_GET_ENTITY = 5000; private EisEnv env; private static Identifier MAP = new Identifier("testmap");