Skip to content

Commit d2860d0

Browse files
committed
Fix typos, remove "API" from javadoc title elements
1 parent 16df477 commit d2860d0

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6-
## Unpublished
7-
8-
### Fixed
9-
106
## 5.2.25 - 2020-12-11
117

128
### Added

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oracle NoSQL SDK for Java
22

3-
## Overview
3+
## About
44

55
The Oracle NoSQL SDK for Java provides interfaces,
66
documentation, and examples to help develop Java
@@ -57,6 +57,10 @@ General documentation about the Oracle NoSQL Database and the Oracle NoSQL Datab
5757
* [Oracle NoSQL Database Cloud Service](https://docs.oracle.com/en/cloud/paas/nosql-cloud/nosql_dev.html)
5858
* [Oracle NoSQL Database On Premise](https://docs.oracle.com/en/database/other-databases/nosql-database/)
5959

60+
## Changes
61+
62+
See [CHANGELOG](./CHANGELOG.md) for changes in each release.
63+
6064
## Connect to the Oracle NoSQL Database
6165

6266
There are 3 environments, or services that can be used by the Oracle NoSQL
@@ -399,7 +403,7 @@ Compile Examples:
399403

400404
This requires Oracle Cloud credentials. Credentials can be provided directly in
401405
API or in a configuration file. The default configuration in
402-
examples/Common.java uses a configuration file in ~/.oci.config with the
406+
examples/Common.java uses a configuration file in ~/.oci/config with the
403407
following contents:
404408

405409
[DEFAULT]
@@ -455,10 +459,6 @@ started on a different host or port adjust the endpoint accordingly.
455459

456460
See the [LICENSE](LICENSE.txt) file.
457461

458-
The following libraries in this download are Oracle
459-
libraries and are under the OTN developer license, as per the download:
460-
nosqldriver.jar
461-
462462
The [THIRD\_PARTY\_LICENSES](THIRD_PARTY_LICENSES.txt) file contains third
463463
party notices and licenses.
464464

driver/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@
296296
<version>3.2.0</version>
297297
<configuration>
298298
<source>8</source>
299+
<doctitle>${project.name} ${project.version}</doctitle>
300+
<windowtitle>${project.name} ${project.version}</windowtitle>
299301
<detectJavaApiLink>false</detectJavaApiLink>
300302
<!-- exclude these packages.
301303
TODO: the this list should include

0 commit comments

Comments
 (0)