1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-26 04:36:24 -07:00

Add missing comment.

This commit is contained in:
Danila Fedorin 2017-08-04 13:21:28 -07:00
parent 39b36f84e0
commit 22cf99d23d

View File

@ -23,6 +23,9 @@ import java.io.IOException;
*/
public class Abacus {
/**
* The default number implementation to be used if no other one is available / selected.
*/
public static final NumberImplementation DEFAULT_IMPLEMENTATION = StandardPlugin.IMPLEMENTATION_NAIVE;
/**
* The file used for saving and loading configuration.