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

Pull request review<-master #6

Open
wants to merge 43 commits into
base: review
Choose a base branch
from
Open

Pull request review<-master #6

wants to merge 43 commits into from

Conversation

SzymonGieraga
Copy link
Owner

No description provided.

Copy link
Collaborator

@kowallus kowallus left a comment

Choose a reason for hiding this comment

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

OK

public class HanoiRhymer extends DefaultCountingOutRhymer {


public static final int ZERO_REJECTED = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

0 is ZERO. If there is no other meaning constant is redundant.

}
import edu.kis.vh.nursery.DefaultCountingOutRhymer;

public interface Rhymersfactory {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rhymersfactory -> RhymersFactory

Comment on lines +18 to +21
/**
* Liczba elementów w stosie.
*/
private int i;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Unused private field can be removed.

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