Skip to content

Commit

Permalink
todo added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Sep 4, 2012
1 parent 95ad5ff commit 9a0b823
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public static void schedule(Scheduler scheduler, Document doc, Realm realm) thro
for (int i = 0; i < jobElements.getLength(); i++) {
Element jobE = (Element) jobElements.item(i);
log.info("Add job with class: " + jobE.getAttribute("class"));
String jobName = jobE.getAttribute("name");
String jobName = jobE.getAttribute("name"); // TODO: Maybe it's better to set the name automatically!

String jobDesc = jobE.getAttribute("description");
if (jobDesc != null && jobDesc.length() > 0) {
Expand Down

0 comments on commit 9a0b823

Please sign in to comment.