Skip to content

Commit

Permalink
Update Format.java
Browse files Browse the repository at this point in the history
  • Loading branch information
unp1 committed Oct 30, 2023
1 parent 552f06a commit e3880ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recoder/src/main/java/recoder/convenience/Format.java
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public static String toString(String formatText, String header, String separator

/**
* Formats a source element using a default format.
* The default format string is {@code "\"%s\"@%p [%f]"}
* The default format string is {@code "\"%s\"@%p [%f]"}
*
* @param se the source element to be formatted.
* @return a textual representation of the source element.
Expand Down

0 comments on commit e3880ec

Please sign in to comment.