8284209: Replace remaining usages of 'a the' in source code

Reviewed-by: lancea, wetmore, dfuchs, iris, jjg, ihse
This commit is contained in:
Alexey Ivanov 2022-05-24 20:08:11 +00:00
parent 6cc4bb1169
commit 9b7e42c0f0
40 changed files with 72 additions and 74 deletions

View file

@ -855,7 +855,7 @@ public class CachedRowSetImpl extends BaseRowSet implements RowSet, RowSetIntern
* object.
* <P>
* <b>Note</b>In the reference implementation an optimistic concurrency implementation
* is provided as a sample implementation of a the <code>SyncProvider</code>
* is provided as a sample implementation of the <code>SyncProvider</code>
* abstract class.
* <P>
* This method fails if any of the updates cannot be propagated back
@ -1040,7 +1040,7 @@ public class CachedRowSetImpl extends BaseRowSet implements RowSet, RowSetIntern
/**
* Immediately removes the current row from this
* <code>CachedRowSetImpl</code> object if the row has been inserted, and
* also notifies listeners the a row has changed. An exception is thrown
* also notifies listeners the row has changed. An exception is thrown
* if the row is not a row that has been inserted or the cursor is before
* the first row, after the last row, or on the insert row.
* <P>

View file

@ -596,7 +596,7 @@ public class SyncResolverImpl extends CachedRowSetImpl implements SyncResolver {
* object.
* <P>
* <b>Note</b>In the reference implementation an optimistic concurrency implementation
* is provided as a sample implementation of a the {@code SyncProvider}
* is provided as a sample implementation of the {@code SyncProvider}
* abstract class.
* <P>
* This method fails if any of the updates cannot be propagated back
@ -698,7 +698,7 @@ public class SyncResolverImpl extends CachedRowSetImpl implements SyncResolver {
/**
* Immediately removes the current row from this
* {@code CachedRowSetImpl} object if the row has been inserted, and
* also notifies listeners the a row has changed. An exception is thrown
* also notifies listeners the row has changed. An exception is thrown
* if the row is not a row that has been inserted or the cursor is before
* the first row, after the last row, or on the insert row.
* <P>

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2022, 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
@ -235,7 +235,7 @@ public class SerialClob implements Clob, Serializable, Cloneable {
return this.clob.getAsciiStream();
} else {
throw new SerialException("Unsupported operation. SerialClob cannot " +
"return a the CLOB value as an ascii stream, unless instantiated " +
"return the CLOB value as an ascii stream, unless instantiated " +
"with a fully implemented Clob object.");
}
}