Skip to content

Commit aaeedaf

Browse files
Craigacpjhalexand
authored andcommitted
Small fixes to readme.
1 parent 121170b commit aaeedaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Maven:
2828
```
2929
or from Gradle:
3030
```groovy
31-
api 'com.oracle.labs.olcut:olcut-core:5.1.4'
31+
implementation 'com.oracle.labs.olcut:olcut-core:5.1.4'
3232
```
3333

34-
The Jini-based remote configuration system in `olcut-config-jini' is deprecated as aspects of Jini are deprecated by
34+
The Jini-based remote configuration system in `olcut-config-jini` is deprecated as aspects of Jini are deprecated by
3535
[JEP 385](https://openjdk.java.net/jeps/385). At the moment we don't have
3636
a replacement approach which will function after the rmid tool is removed.
3737

@@ -228,7 +228,7 @@ Channel, File, & IO Utils | `ChannelUtil` has helpers for interacting with `java
228228
Log Formatter | There are two `java.util.logging log formatters` (`LabsLogFormatter` and `SimpleLabsLogFormatter` that have a nice single line logging output. They also have a static method that sets all the loggers to use the appropriate formatter, which makes integrating them simpler.
229229
LRA Cache | An extennsion of a LinkedHashMap that acts as a least recently accessed cache.
230230
Date Parser | The CDateParser can parse dates in almost 90 different formats that we've seen, returning a Java Date object without complaining.
231-
Getopt | Getopt is now deprecated. Use [Options Processing](README-Options.md) instead. This is still here if you need something small and stupid simple.
231+
Getopt | Getopt is now deprecated. Use [Options Processing](README-Options.md) instead. This is still here if you need something small and simple.
232232
Mutable Primitive Objects | Mutable types for Double, Long, and Number for use in, for example, Maps when you don't want to unbox and rebox the true primitives with every update.
233233
Pair | It's a pair class. The fields are final and it has equals and hash code so you can use it as a key in a map or store it in a set. Having Pair here greatly reduces the number of other places you have a Pair class defined.
234234
Timers | `StopWatch` and `NanoWatch` provide handy timers, at millisecond or nanosecond granularity.

0 commit comments

Comments
 (0)