File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/cglib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
package org .springframework .cglib .core ;
17
17
18
18
/**
19
- * The <code>GeneratorStrategy</code. is responsible for taking a
19
+ * The <code>GeneratorStrategy</code> is responsible for taking a
20
20
* {@link ClassGenerator} and producing a byte array containing the
21
21
* data for the generated <code>Class</code>. By providing your
22
22
* own strategy you may examine or modify the generated class before
Original file line number Diff line number Diff line change 65
65
* }
66
66
*
67
67
* public int alternateMain( String[] args ) {
68
- * for (int i = 0; i < args.length; i++) {
68
+ * for (int i = 0; i < args.length; i++) {
69
69
* System.out.println( args[i] );
70
70
* }
71
71
* return args.length;
You can’t perform that action at this time.
0 commit comments