8172350: Typo in Timestamp.toString()
authorlancea
Thu, 19 Jan 2017 12:06:58 -0500
changeset 43218 8be65fea76fc
parent 43217 d935c4d3f039
child 43219 566b551b7820
8172350: Typo in Timestamp.toString() Reviewed-by: dfuchs
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