Skip to content

Commit c7a54a3

Browse files
committed
fix TODO in doc
1 parent ce6bb75 commit c7a54a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/dissect/src/main/java/org/elasticsearch/dissect/DissectParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public DissectParser(String pattern, String appendSeparator) {
170170
* <p>Entry point to dissect a string into it's parts.</p>
171171
*
172172
* @param inputString The string to dissect
173-
* @return TODO:
173+
* @return the key/value Map of the results
174174
* @throws DissectException if unable to dissect a pair into it's parts.
175175
*/
176176
public Map<String, String> parse(String inputString) {

0 commit comments

Comments
 (0)