Skip to content

Commit

Permalink
Merge issue #24 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal committed May 12, 2019
2 parents d85fb9e + 9bc8421 commit 5cc28cc
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/C2.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ public String m6() {
public String m7() {
return "C2:m7";
}

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

0 comments on commit 5cc28cc

Please sign in to comment.