File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/org/apache/ibatis/builder Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2009-2023 the original author or authors.
2+ * Copyright 2009-2024 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -26,12 +26,12 @@ public class ExampleObjectFactory extends DefaultObjectFactory {
2626
2727 @ Override
2828 public <T > T create (Class <T > type ) {
29- return super .< T > create (type );
29+ return super .create (type );
3030 }
3131
3232 @ Override
3333 public <T > T create (Class <T > type , List <Class <?>> constructorArgTypes , List <Object > constructorArgs ) {
34- return super .< T > create (type , constructorArgTypes , constructorArgs );
34+ return super .create (type , constructorArgTypes , constructorArgs );
3535 }
3636
3737 @ Override
You can’t perform that action at this time.
0 commit comments