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

Properly import LambdaMod #37

Closed
huddy987 opened this issue May 1, 2021 · 0 comments
Closed

Properly import LambdaMod #37

huddy987 opened this issue May 1, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@huddy987
Copy link
Contributor

huddy987 commented May 1, 2021

In many files, we are not importing lambdaMod properly. For example:

com.lambda.client.LambdaMod.LOG.warn("Failed to load latest, loading backup.")

should instead "import com.lambda.client.LambdaMod" at the top of the source header so that we can use "LambdaMod.LOG.warn("Failed to load latest, loading backup.")"

@huddy987 huddy987 added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels May 1, 2021
@huddy987 huddy987 changed the title Properly import lambdaMod Properly import LambdaMod May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants