1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-10-01 10:50:50 -07:00

Add missing comment.

This commit is contained in:
Danila Fedorin 2017-08-04 13:21:28 -07:00
parent b78707a0f4
commit 5019782393

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.