Skip to content
Snippets Groups Projects
Commit a67dc377 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Adjust imports to conform with style conventions

The following conventions have been applied:
* Import order: static packages -> other packages -> ARSnova packages
  Rule: (imports) CustomImportOrder
* New line between import package groups
  Rule: (imports) CustomImportOrder
* All packages are imported explicitly (no wildcard imports)
  Rule: (imports) AvoidStarImport
* New line between license comment and package line
  Rule: (whitespace) EmptyLineSeparator
parent f881d8b6
1 merge request!136Apply code conventions based on Google's Java conventions and enforce them via Checkstyle
Showing
with 124 additions and 92 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment