More prep for 1.6

This commit is contained in:
jamesagnew 2016-07-06 08:19:27 -04:00
parent acaf2135c5
commit 8156abf803
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ abstract class BaseJavaPrimitiveBinder<T>implements IParamBinder<T> {
return value;
}
}
}