Skip to content

Commit

Permalink
Merge issue #25 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal committed May 12, 2019
2 parents 5cc28cc + 4ec9ff0 commit 3c328d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/es/upm/miw/iwvg/ecosystem/git/C1.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ public String m6() {
public String m7() {
return "C1:m7";
}

public String m8() {
return "C1:m8";
}
}

0 comments on commit 3c328d4

Please sign in to comment.