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

PAYARA-3091 Post Boot Commands Incorrect Quotation Mark Processing #3312

Merged
merged 3 commits into from
Oct 29, 2018
Merged

PAYARA-3091 Post Boot Commands Incorrect Quotation Mark Processing #3312

merged 3 commits into from
Oct 29, 2018

Conversation

jGauravGupta
Copy link
Contributor

No description provided.

@jGauravGupta
Copy link
Contributor Author

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

1 similar comment
@payara-ci
Copy link
Contributor

Quick build and test passed!

@arjantijms arjantijms added this to the Payara 5.184 milestone Oct 24, 2018
}
tokenList.add(token);
}
return tokenList.toArray(new String[0]);
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of new String[0], you could/should use a static variable here.

Copy link
Contributor

@arjantijms arjantijms left a comment

Choose a reason for hiding this comment

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

Small improvement for the code

@jGauravGupta
Copy link
Contributor Author

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

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