Skip to content

Commit dbed8ff

Browse files
Update CandyBowl1.java
1 parent 1a3d8bb commit dbed8ff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CandyBowl1.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
/*
2-
@author Josh Braden
3-
This program is a peek into facutly life in the SHSU CS department.
4-
Simulates a *realistic* candy bowl with *lifelike* faculty members.
5-
The bowl can only be accessed by one member at a time, exemplifying usage syncronized methods in Java.
6-
The program supports N bowls, professors, and TA's, but only one list of each is allowed.
7-
So no support for access control lists.
82
CLASS LIST
93
==============================================
104
Bowl
@@ -251,4 +245,4 @@ private static void EnumParams() {
251245
break;
252246
}
253247
}
254-
}
248+
}

0 commit comments

Comments
 (0)