# HG changeset patch # User lancea # Date 1484845618 18000 # Node ID 8be65fea76fca9369631ab9300c5616a4368c87b # Parent d935c4d3f039cd83a5cdff4305e7eab2d99f697d 8172350: Typo in Timestamp.toString() Reviewed-by: dfuchs diff -r d935c4d3f039 -r 8be65fea76fc jdk/src/java.sql/share/classes/java/sql/Timestamp.java --- a/jdk/src/java.sql/share/classes/java/sql/Timestamp.java Thu Jan 19 07:02:33 2017 -0800 +++ b/jdk/src/java.sql/share/classes/java/sql/Timestamp.java Thu Jan 19 12:06:58 2017 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -259,7 +259,7 @@ /** * Formats a timestamp in JDBC timestamp escape format. * {@code yyyy-mm-dd hh:mm:ss.fffffffff}, - * where {@code ffffffffff} indicates nanoseconds. + * where {@code fffffffff} indicates nanoseconds. * * @return a {@code String} object in * {@code yyyy-mm-dd hh:mm:ss.fffffffff} format