This commit is contained in:
@@ -28,9 +28,9 @@ import org.objectweb.asm.Type;
|
||||
* }
|
||||
*
|
||||
* private static Creator createCreator() {
|
||||
* return new Creator() {
|
||||
* return new Creator<Record>() {
|
||||
* @Override
|
||||
* public Object create(Object... params) {
|
||||
* public Record create(Object... params) {
|
||||
* return new Record((Integer) params[0], (String) params[1]);
|
||||
* }
|
||||
* };
|
||||
|
||||
Reference in New Issue
Block a user