ZuInnoTe / hadoopcryptoledger

Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Apache License 2.0
141 stars 51 forks source link

Use a standard style code for formatting source code #79

Closed phelps-sg closed 3 years ago

phelps-sg commented 3 years ago

The Java source code is not formatted according to usual conventions, making it hard to read, particularly the indent levels for class members. Suggest using e.g. the Google Java style guide.