Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
boolean primitive types could not be matched
Browse files Browse the repository at this point in the history
Reported-By: Thierry Chantier
  • Loading branch information
Julien Ponge committed Apr 19, 2013
1 parent bd9bc03 commit c190754
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -32,6 +32,7 @@ class TypeMatching {
put(long.class, Long.class);
put(float.class, Float.class);
put(double.class, Double.class);
put(boolean.class, Boolean.class);
}
};

Expand Down

0 comments on commit c190754

Please sign in to comment.