Skip to content

Commit

Permalink
Update Triangle.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MaguetteD authored Oct 10, 2024
1 parent 33bf102 commit 48ce0f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void setC(int c) {
*1 a 2
*
*/
/*public IntSegment getSegment(int side) {
public IntSegment getSegment(int side) {
switch (side) {
default:
case 0: // a side
Expand All @@ -96,7 +96,7 @@ public void setC(int c) {
case 2: // c side
return new IntSegment(this.a, this.b);
}
}*/
}

public Triangle(int a, int b, int c, int attribute) {
super();
Expand Down

0 comments on commit 48ce0f5

Please sign in to comment.