Skip to content

Commit

Permalink
fixing Javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoukry committed Oct 23, 2015
1 parent f4c7428 commit 1dfa209
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

/**
* This resolver is used for GenericArrayType, which is returned when the underlying declaration is parameterized with an
* array. For example, if you have Set < SomeType[] >. In Java 7 & 8, this is no longer the case.
* TODO: Remove when JDK 1.5 & 1.6 are no longer supported.
* array. For example, if you have Set of SomeType[]. In Java 7 and 8, this is no longer the case.
* TODO: Remove when JDK 1.5 and 1.6 are no longer supported.
*
* @author oshoukry
*/
Expand Down

0 comments on commit 1dfa209

Please sign in to comment.