Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
romix committed Jul 17, 2014
1 parent 9271aa0 commit 96f7225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Generics buildGenericsScope (Class clazz, Class[] generics) {

if (typeParams != null && typeParams.length > 0) {
Generics genScope;
trace("kryo", "Class " + clazz.getName() + " has generic type parameters");
if (TRACE) trace("kryo", "Class " + clazz.getName() + " has generic type parameters");
int typeVarNum = 0;
Map<String, Class> typeVar2concreteClass;
typeVar2concreteClass = new HashMap<String, Class>();
Expand Down

0 comments on commit 96f7225

Please sign in to comment.