From a0321aa45a1ab82ff900fe4aa609f7e6e988060c Mon Sep 17 00:00:00 2001 From: Dave Date: Sat, 4 Jul 2015 15:34:04 +0200 Subject: [PATCH] more javadoc --- src/nodash/core/NoCore.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/nodash/core/NoCore.java b/src/nodash/core/NoCore.java index a297add..94b8ca2 100644 --- a/src/nodash/core/NoCore.java +++ b/src/nodash/core/NoCore.java @@ -33,6 +33,14 @@ import nodash.models.NoSession; import nodash.models.NoUser; import nodash.models.NoSession.NoState; +/** + * The NoCore object should be the sole point of contact for the outside world. Through the life of + * the application the NoCore class is used to get the User object, register, save and confirm in + * the no-system. + * + * @author horsey + * + */ public final class NoCore { private NoAdapter adapter;