Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment 7 Commit 1 #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

froschs
Copy link

@froschs froschs commented Oct 23, 2015

First commit for the array project. No output = success?

First commit for the array project. No output = success?
@@ -13,10 +13,12 @@
* A dice tower will accept a collection of dice and reports their results when
* they reach the tray at the bottom
* @author Paul Scarrone
* @author Seth Frosch
*/
public class DiceTower {
final int PANEL_COUNT = 3;
List<Die> dice;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should also be private

@ninjapanzer
Copy link
Member

:shipit: Very nice

Set fields for PANEL_COUNT and dice on dicetower to private.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants