Skip to content

Commit

Permalink
add C2:m8 #24
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal committed May 12, 2019
1 parent b724878 commit 9bc8421
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 9bc8421

Please sign in to comment.