Skip to content
Snippets Groups Projects
Commit e7bfa757 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: More documentation.

parent d876adab
No related branches found
No related tags found
2 merge requests!21Release v0.4.0,!15Document server code structure
Pipeline #8625 passed
...@@ -473,7 +473,8 @@ public abstract class Job { ...@@ -473,7 +473,8 @@ public abstract class Job {
} }
/** /**
* @todo What is a permanent Job? What does "load" mean? * Return those matching jobs which are annotated with the "loadAlways" attribute.
*
* @return A list with the jobs. * @return A list with the jobs.
*/ */
public static List<Job> loadPermanentContainerJobs(Transaction<?> transaction) { public static List<Job> loadPermanentContainerJobs(Transaction<?> transaction) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment