Skip to content

Commit

Permalink
Fix JavaDoc Issues #91
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-pullabhotla committed Dec 4, 2016
1 parent fe343e8 commit 17d2db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/jmethods/catatumbo/SecondaryIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* -
*
* <pre>
* &#64;SecondaryIndex</code>
* &#64;SecondaryIndex
* private String lastName;
* </pre>
*
Expand All @@ -58,8 +58,8 @@
* support case insensitive searching/sorting.
*
* <pre>
* &#64;SecondaryIndex</code>
* &#64;Property(name="lname")
* &#64;SecondaryIndex
* &#64;Property(name = "lname")
* private String lastName;
* </pre>
*
Expand Down

0 comments on commit 17d2db1

Please sign in to comment.