Skip to content

Commit

Permalink
refactor(javadoc): remove JavaDoc
Browse files Browse the repository at this point in the history
* read the code instead :)
  • Loading branch information
saig0 committed Jun 11, 2021
1 parent 6a12aca commit d9d5562
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/java/io/zeebe/http/ConfigurationMaps.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@
import java.util.Map;
import java.util.Optional;

/**
* Map that overlays different sources for objects used in expressions, namely
*
* <li>Custom Headers of a Task in a BPMN workflow</li>
* <li>Workflow variables of the current instance</li>
* <li>Environment variables loaded from a given URL</li>
*
* Additionally some constants can also be resolved, namely
*
* <li>jobKey</li>
* <li>processInstanceKey</li>
*/
public class ConfigurationMaps {

private final Map<String, String> customHeaders;
Expand Down

0 comments on commit d9d5562

Please sign in to comment.