Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 3.47 KB

File metadata and controls

67 lines (58 loc) · 3.47 KB

Contributing

Coding Guidelines

File Encoding

  • All source files are encoded in UTF-8.
  • If the file contains code points with more than one byte, it must have a UTF-8 byte order mark (BOM).

Copyright Notices and License Headers

Java