I have removed 5 extra line breaks from 3 java files.

I have seen there are some extra line breaks in some java files between the import statement. I removed those and I think that will increase the code readability.

  • 1st file ->

Screenshot_1

  • 2nd file ->

Screenshot_2

  • 3rd file ->

Screenshot_3

Please let me know If I Should modify or change something!

Comment From: pivotal-cla

@nesarptr Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-cla

@nesarptr Thank you for signing the Contributor License Agreement!

Comment From: nesarptr

Hey, can anyone help me with this issue! I have agreed with all licenses and agreements then why the "workflow waiting for approval" label is not going from my pr?

Comment From: snicoll

why the "workflow waiting for approval" label is not going from my pr?

Please be patient, GitHub already mentioned that a maintainer needs to approve running workflows for first time contributors (Right below "1 workflow awaiting approval").

I have seen there are some extra line breaks in some java files between the import statement.

That is done on purpose, for the purpose of increasing code readability actually. See the wiki. We also have checkstyle rules for this so if you ran the build, you'd have seen it is now failing.

I removed those and I think that will increase the code readability.

This is largely subjective and we usually don't accept PRs that introduce stylistic code change like this. In this very case, it is doing the opposite of what we want anyway.