mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-09 08:55:20 +00:00
Add missing javadoc.
This commit is contained in:
@@ -46,6 +46,8 @@ public class Abacus {
|
||||
|
||||
/**
|
||||
* Creates a new instance of the Abacus calculator.
|
||||
*
|
||||
* @param configuration the configuration object for this Abacus instance.
|
||||
*/
|
||||
public Abacus(Configuration configuration) {
|
||||
pluginManager = new PluginManager(this);
|
||||
|
||||
Reference in New Issue
Block a user