Skip to content

Commit

Permalink
#3900 added stakeholder info to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter1 committed May 10, 2016
1 parent 9f7ecd1 commit 2ff61ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/src/main/latex/TygronManual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}\\

Expand Down
1 change: 0 additions & 1 deletion environment/src/test/java/tygronenv/TestEnvironment.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 2ff61ca

Please sign in to comment.