Skip to content

Commit d9d5562

Browse files
committed
refactor(javadoc): remove JavaDoc
* read the code instead :)
1 parent 6a12aca commit d9d5562

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/java/io/zeebe/http/ConfigurationMaps.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
import java.util.Map;
66
import java.util.Optional;
77

8-
/**
9-
* Map that overlays different sources for objects used in expressions, namely
10-
*
11-
* <li>Custom Headers of a Task in a BPMN workflow</li>
12-
* <li>Workflow variables of the current instance</li>
13-
* <li>Environment variables loaded from a given URL</li>
14-
*
15-
* Additionally some constants can also be resolved, namely
16-
*
17-
* <li>jobKey</li>
18-
* <li>processInstanceKey</li>
19-
*/
208
public class ConfigurationMaps {
219

2210
private final Map<String, String> customHeaders;

0 commit comments

Comments
 (0)