Skip to content

Commit

Permalink
Fixed: issues in JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Jun 9, 2015
1 parent 86a2495 commit 62b7aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/cc/kevinlee/functional/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static <T, C extends Comparable<C>> Comparator<T> comparing(final Functio
* <pre>
* T -&gt; R -&gt; String
* </pre>
* <br />
* <br>
* <pre>
* public class SomeType {
* private final Long id;
Expand All @@ -145,7 +145,7 @@ public static <T, C extends Comparable<C>> Comparator<T> comparing(final Functio
* .map(toStringOf(SomeType::getId))
* .collect(joining(&quot;, &quot;, &quot;(&quot;, &quot;)&quot;));
* </pre>
* <br />
* <br>
* <pre>
* result:
* (1, 2, 3)
Expand Down

0 comments on commit 62b7aa6

Please sign in to comment.