readability changes
This commit is contained in:
parent
a2d3e2c7e0
commit
afc362d2b6
|
@ -34,7 +34,7 @@ public class SrtFromTtmlWriter {
|
|||
private static String getTimestamp(Element frame, String attr) {
|
||||
return frame
|
||||
.attr(attr)
|
||||
.replace('.', ',');// Str uses comma as decimal separator
|
||||
.replace('.', ',');// SRT subtitles uses comma as decimal separator
|
||||
}
|
||||
|
||||
private void writeFrame(String begin, String end, StringBuilder text) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue