diff --git a/go/vt/logz/logz_utils.go b/go/vt/logz/logz_utils.go index ae50119318d..71104760ef5 100644 --- a/go/vt/logz/logz_utils.go +++ b/go/vt/logz/logz_utils.go @@ -79,7 +79,7 @@ func StartHTMLTable(w http.ResponseWriter) { } - + - + + + ` diff --git a/go/vt/vtctl/vtctl.go b/go/vt/vtctl/vtctl.go index 5b871c3b624..19bf8e8aaef 100644 --- a/go/vt/vtctl/vtctl.go +++ b/go/vt/vtctl/vtctl.go @@ -55,7 +55,7 @@ COMMAND ARGUMENT DEFINITIONS of decimal numbers, each with optional fraction and a unit suffix, such as "300ms" or "1h45m". See the definition of the Go language's ParseDuration + href="https://golang.org/pkg/time/#ParseDuration">ParseDuration function for more details. Note that, in practice, the value should be a positively signed value. diff --git a/java/client/src/main/java/io/vitess/mysql/DateTime.java b/java/client/src/main/java/io/vitess/mysql/DateTime.java index 0975d9aeb45..307306b84f7 100644 --- a/java/client/src/main/java/io/vitess/mysql/DateTime.java +++ b/java/client/src/main/java/io/vitess/mysql/DateTime.java @@ -92,7 +92,7 @@ public static Time parseTime(String value) throws ParseException { * Parse a MySQL TIME format into a {@link Time} with the given {@link Calendar}. * *

The range for TIME values is '-838:59:59.000000' to '838:59:59.000000' - * [1]. + * [1]. * *

Note that this is meant to parse only valid values, assumed to be * returned by MySQL. Results are undefined for invalid input. @@ -178,7 +178,7 @@ public static String formatTime(Time value) { * Format a {@link Time} as a MySQL TIME with the given {@link Calendar}. * *

The range for TIME values is '-838:59:59.000000' to '838:59:59.000000' - * [1]. + * [1]. * We don't enforce that range, but we do print >24 hours rather than wrapping around to the next * day. */ @@ -223,7 +223,7 @@ public static Timestamp parseTimestamp(String value) throws ParseException { * *

The format is 'YYYY-MM-DD HH:MM:SS[.fraction]' where the fraction * can be up to 6 digits. - * [1]. + * [1]. * *

Note that this is meant to parse only valid values, assumed to be * returned by MySQL. Results are undefined for invalid input.