Skip to content

Commit

Permalink
javadoc touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 1, 2011
1 parent 7c6bf6a commit 140d589
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static String escapeShell(final String s) {
}

/**
* Escape characters meaningful to bash shell unless the string is already surrounded in single quotes
* Escape characters meaningful to windows unless the string is already surrounded in single quotes
*
* @param s string
*
Expand Down Expand Up @@ -245,7 +245,7 @@ public static Map<String, String> flattenDataContext(final Map<String, Map<Strin

/**
* Configure the ReplaceTokens for use by filterchain or straight use. Adds tokens for "X" for each key in the
* options data, uses the '@' begin/end tokens.
* data, uses the '@' begin/end tokens.
*
* @param data input options
* @param replaceTokens ReplaceTokens object.
Expand Down

0 comments on commit 140d589

Please sign in to comment.