Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
minor import and capitalization fixi
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski committed Jan 11, 2019
1 parent 8cd3c3e commit 952026b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/IRI.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class IRI {
* @throws Exception If we fail to start the IRI launcher.
*/
public static void main(String[] args) throws Exception {
// Logging is configured first before any references to Logger or LoggerFactory.
// Logging is configured first before ANY references to Logger or LoggerFactory.
// Any public method or field accessors needed in IRI should be put in IRI and then delegate to IRILauncher.
// That ensures that future code does not need to know about this setup.
configureLogging();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import com.iota.iri.model.IntegerIndex;
import com.iota.iri.model.persistables.Milestone;
import com.iota.iri.model.persistables.Transaction;
import com.iota.iri.service.spentaddresses.SpentAddressesException;
import com.iota.iri.service.transactionpruning.TransactionPrunerJobStatus;
import com.iota.iri.service.transactionpruning.TransactionPruningException;
import com.iota.iri.storage.Indexable;
Expand Down

0 comments on commit 952026b

Please sign in to comment.