Skip to content

Conversation

@nmnp
Copy link
Collaborator

@nmnp nmnp commented May 16, 2016

No description provided.

public void scanner() {

Scanner scan = new Scanner(System.in);
System.out.println("Please enter the max value.");
Copy link
Owner

Choose a reason for hiding this comment

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

MAJOR Replace this usage of System.out or System.err by a logger. rule

/**
* Created by naresh on 5/16/16.
*/
public interface MenuReader {
Copy link
Owner

Choose a reason for hiding this comment

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

MAJOR Annotate the "MenuReader" interface with the @FunctionalInterface annotation rule

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