Skip to content

Commit

Permalink
fixed constructor name
Browse files Browse the repository at this point in the history
  • Loading branch information
starkda committed Mar 24, 2024
1 parent 59c9520 commit 5b1ed6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class CcmManyCompWithCtor {

String name5;

public CcmManyComponentWithCtor() {
public CcmManyCompWithCtor() {
name1 = "one";
name2 = "two";
name3 = "three";
Expand Down

0 comments on commit 5b1ed6b

Please sign in to comment.