douglasdennis opened a new pull request, #791:
URL: https://github.com/apache/sedona/pull/791

   ## Did you read the Contributor Guide?
   
   - Yes, I have read [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-229.
   
   ## What changes were proposed in this PR?
   
   This PR addresses several linter issues in the sedona viz module. All of the 
fixes for these issues involve no real structural code changes, just formatting 
and being more explicit with imports. The types of changes in this PR:
   
   - Ignore imports from AWT, which is apparently an "illegal" import according 
to the linter. These seem mandatory for the viz module.
   - Wildcard imports were replaced with explicit imports for the classes 
needed.
   - An import was moved from inside of a method to be at the top.
   - Add spaces around a comment and plus operators.
   - Fixed long lines. I attempted to use the style guide located at 
https://docs.scala-lang.org/style/ If I got something wrong then please let me 
know.
   - Added newlines to the ends of files.
   
   ## How was this patch tested?
   
   Standard build process with unit tests.
   
   ## Did this PR include necessary documentation updates?
   
   - No, this PR does not affect any public API so no need to change the docs.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to