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

Correct minor typo in exception message #1687

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

b0ssi
Copy link
Contributor

@b0ssi b0ssi commented Mar 12, 2021

Correct a minor typo in the exception message that responds to a failed attempt to add a folder to the Java source path which is already implicitly included by one of its parents.

Fixes redhat-developer/vscode-java#1833

@eclipse-ls-bot
Copy link

Can one of the admins verify this patch?

Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

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

👍 Nice catch on the possessive form.

The Eclipse Contributor Agreement needs to be signed. It's not too huge a pain but they are looking to streamline the process. https://wiki.eclipse.org/Development_Resources/Contributing_via_Git#Eclipse_Contributor_Agreement

You just need to create an account and sign the ECA. If you have any troubles setting things up, let me know.

* Correct a minor typo in the exception message that responds to a
  failed attempt to add a folder to the Java source path which is
  already implicitly included by one of its parents

Signed-off-by: bossi <bossi@isotoxin.de>
@b0ssi
Copy link
Contributor Author

b0ssi commented Mar 13, 2021

Thanks @rgrunber, I was suspecting even the local grammar police needs to sign :p - should be all good to go now. Thanks for pointing into the right direction! 🚀

Copy link
Contributor

@testforstephen testforstephen left a comment

Choose a reason for hiding this comment

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

LGTM. thanks for the contribution.

@testforstephen testforstephen merged commit 13bf32a into eclipse-jdtls:master Mar 15, 2021
@testforstephen testforstephen added this to the End March 2021 milestone Mar 15, 2021
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.

Typo When Trying to Add Folder to Java Source Path That Is Already Included By Parent
4 participants