Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ccm-constructor' into ccmCalculus
Browse files Browse the repository at this point in the history
  • Loading branch information
starkda committed Mar 25, 2024
2 parents 5a5a305 + 9f4fc55 commit 83a8137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/test/resources/org/jpeek/samples/CcmOneComp.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public class CcmOneComponent {
public class CcmOneComp {

String name;

Expand Down

0 comments on commit 83a8137

Please sign in to comment.