8034896: Correct Clob.free javadoc typo
authorlancea
Thu, 13 Feb 2014 18:05:36 -0500
changeset 22970 ba8220b73b41
parent 22969 d5c38e7ba6d0
child 22971 0664d4b8f97f
8034896: Correct Clob.free javadoc typo Reviewed-by: dfuchs
jdk/src/share/classes/java/sql/Clob.java
--- a/jdk/src/share/classes/java/sql/Clob.java	Thu Feb 13 14:48:39 2014 -0800
+++ b/jdk/src/share/classes/java/sql/Clob.java	Thu Feb 13 18:05:36 2014 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, 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
@@ -309,8 +309,8 @@
     void truncate(long len) throws SQLException;
 
     /**
-     * This method frees the <code>Clob</code> object and releases the resources the resources
-     * that it holds.  The object is invalid once the <code>free</code> method
+     * This method releases the resources that the <code>Clob</code> object
+     * holds.  The object is invalid once the <code>free</code> method
      * is called.
      * <p>
      * After <code>free</code> has been called, any attempt to invoke a