--- old/src/share/classes/javax/sql/rowset/Joinable.java 2013-06-27 12:45:28.000000000 -0400 +++ new/src/share/classes/javax/sql/rowset/Joinable.java 2013-06-27 12:45:27.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2013, 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 @@ -137,7 +137,7 @@ * object. A JoinRowSet object can now add this RowSet * object based on the match column. *

- * Sub-interfaces such as the CachedRowSetTM + * Sub-interfaces such as the CachedRowSet™ * interface define the method CachedRowSet.setKeyColumns, which allows * primary key semantics to be enforced on specific columns. * Implementations of the setMatchColumn(int columnIdx) method