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

Kata/collections/start check point #51

Open
wants to merge 34 commits into
base: kata/collections/start
Choose a base branch
from

Conversation

aatam10
Copy link

@aatam10 aatam10 commented Sep 21, 2016

No description provided.

wakaleo and others added 30 commits August 3, 2016 07:20
…fault.xml, project.default.xml, diff.xml, laf.xml, jdk.table.xml, path.macros.xml, web-browsers.xml, keymap.xml, gradle.run.settings.xml, colors.scheme.xml, usageView.xml, mavenVersion.xml, debugger.xml
…roxy.settings.xml	Delete colors.scheme.xml
…s.xml, git.xml, Default.xml, mavenVersion.xml

public BookingResponse checkIn(Pet pet) {
if(pets.size()< MAXIMUM_PETS_CAPACITY)
pets.add(pet);
Copy link
Contributor

Choose a reason for hiding this comment

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

Always use curly brackets ("{}") with if statements, and respect the Java indentation conventions - otherwise it makes the code hard to read.

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.

2 participants