diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-05-15 10:24:47 -0500 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-05-15 10:24:56 -0500 |
commit | ea095eb9cdbb451f2310a262f3877c79f527cc8f (patch) | |
tree | 14f2e5d7b026afab4214a6c0b82a166393197586 /cadi/oauth-enduser | |
parent | 9f2d11a8c9a8952bfc97e64418b21f26be4e51a6 (diff) |
Improve Pool
Move interface Log out, make JUPool test the functionality better, add "tooManyObjects"
to help control memory.
Minor BasicEnv for standalone usability.
included ".checkstyle" files, generated by Eclipse/Maven to .gitignore. They shouldn't be in repo.
Issue-ID: AAF-1146
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I72c22fa455029950e3d73d2e9addbccc1a990189
Diffstat (limited to 'cadi/oauth-enduser')
-rw-r--r-- | cadi/oauth-enduser/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cadi/oauth-enduser/.gitignore b/cadi/oauth-enduser/.gitignore index c14293bc..be5b0b05 100644 --- a/cadi/oauth-enduser/.gitignore +++ b/cadi/oauth-enduser/.gitignore @@ -3,3 +3,4 @@ /target/ /.project tokens/ +/.checkstyle |