Skip to content
Snippets Groups Projects
Commit 41f3a8f9 authored by Alex Barth's avatar Alex Barth
Browse files

Improve documentation of FeedsConfigurable class.

parent 08efad3c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,9 @@ class FeedsNotExistingException extends Exception { ...@@ -13,7 +13,9 @@ class FeedsNotExistingException extends Exception {
} }
/** /**
* A configurable class. * Base class for configurable classes. Captures configuration handling, form
* handling and distinguishes between in-memory configuration and persistent
* configuration.
*/ */
abstract class FeedsConfigurable { abstract class FeedsConfigurable {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment