cloudfoundry-attic / eclipse-integration-cloudfoundry

Cloud Foundry Integration for Eclipse
Apache License 2.0
41 stars 47 forks source link

Maybe mistake ...Fix CloudSpacesSelectionPart.java #41

Closed ohdoking closed 9 years ago

ohdoking commented 9 years ago

Maybe yours mistake. so I fix it.

e1 instanceof CloudEntity && e1 instanceof CloudEntity

fix to

e1 instanceof CloudEntity && e2 instanceof CloudEntity

cfdreddbot commented 9 years ago

Hey ohdoking!

Thanks for submitting this pull request!

All pull request authors must have a Contributor License Agreement (CLA) on-file with us. Please sign the appropriate CLA (individual or corporate).

When sending signed CLA please provide your github username in case of individual CLA or the list of github usernames that can make pull requests on behalf of your organization.

If you are confident that you're covered under a Corporate CLA, please make sure you've publicized your membership in the appropriate Github Org, per these instructions.

cf-gitbot commented 9 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/95489842.

nierajsingh commented 9 years ago

Thanks for submitting this PR and fixing this issue. We can merge this, but we do require a signed CLA for all commits, even for minor fixes, if you can please sign it and submit it per the instructions above. Once we receive your signed CLA, we'll merge this PR. Thank you.

ohdoking commented 9 years ago

You're welcome !

Now I send CLA to 'contributors@cloudfoundry.org' email.

Thank you for teaching me.

chipchilders commented 9 years ago

@ohdoking, thank you for the contribution. Your CLA has been received and filed. Please proceed with the merge @nierajsingh.