Skip to content
Snippets Groups Projects
Commit f6201c6c authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Made enum public.

parent 51bfddee
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ package edu.unl.cse.soft160.triangle_classifier;
import java.util.Scanner;
public class TriangleClassifier {
private enum Classification {
public enum Classification {
INVALID, EQUILATERAL, ISOSCELES, RIGHT, SCALENE,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment