Commit cc9b3c02 by Sebastián Katzer

Added missing getOngoing() method

parent dc814643
...@@ -215,6 +215,13 @@ public class Options { ...@@ -215,6 +215,13 @@ public class Options {
} }
/** /**
*
*/
public Boolean getOngoing () {
return options.optBoolean("ongoing", false);
}
/**
* Gibt die zusätzlichen Daten als String an. * Gibt die zusätzlichen Daten als String an.
*/ */
public String getJSON () { public String getJSON () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment