Skip to content

Commit a922d2b

Browse files
committed
Updated README
1 parent 5f93f5e commit a922d2b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Each module of this project contains a set of providers.
2222
</dl>
2323
<u>The next one contains a provider for Open Telemetry:</u>
2424
<dl>
25-
<dt><a href="ojdbc-provider-opentelemetry/README.md">Oracle JDBC Open Telemetry Provider</a></dt>
26-
<dd>Provider for integration with Open Telemetry.</dd>
25+
<dt><a href="ojdbc-provider-observability/README.md">Oracle JDBC Observability Provider</a></dt>
26+
<dd>Provider for integration with Open Telemetry and Java Flight Recorder.</dd>
2727
</dl>
2828
<u>And the last one contains a provider for Jackson-OSON:</u>
2929
<dl>

ojdbc-provider-pkl/src/test/java/oracle/jdbc/provider/pkl/configuration/PklParserTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public static void setup() throws Exception {
9494
+ "}\n";
9595
writer.write(content);
9696
writer.close();
97-
98-
System.out.println(content);
9997
}
10098

10199
@Test

0 commit comments

Comments
 (0)