refactored Rosenkeller importer
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -111,7 +111,7 @@ public class Util {
|
||||
var second = sec == null ? 0 : Integer.parseInt(sec);
|
||||
return Payload.of(LocalTime.of(hour,minute,second));
|
||||
}
|
||||
return error("Failed to find date");
|
||||
return error("Failed to find time");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user