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

Formatting and making some methods private #417

Merged
merged 1 commit into from
Apr 7, 2023
Merged

Formatting and making some methods private #417

merged 1 commit into from
Apr 7, 2023

Conversation

smirnoal
Copy link
Contributor

@smirnoal smirnoal commented Apr 4, 2023

Description of changes:

  • Reformatted sources with idea default formatter.
  • Revisited methods visibility in EventHandlerLoader

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Apply formatting, revisit methods visibility in `EventHandlerLoader`
@@ -4,13 +4,14 @@

import com.amazonaws.services.lambda.runtime.api.client.util.EnvReader;

import static com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: prefer explicit imports

import static com.amazonaws.services.lambda.runtime.api.client.UserFault.filterStackTrace;
import static com.amazonaws.services.lambda.runtime.api.client.UserFault.makeUserFault;
import static com.amazonaws.services.lambda.runtime.api.client.UserFault.trace;
import static com.amazonaws.services.lambda.runtime.api.client.UserFault.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: prefer explicit imports

@smirnoal smirnoal merged commit 3175265 into main Apr 7, 2023
2 checks passed
@smirnoal smirnoal deleted the formatting branch April 7, 2023 12:15
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.

None yet

3 participants