Skip to content

Commit 80512a1

Browse files
committed
Yet some more javadocs tweaks
1 parent 80805f1 commit 80512a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Package that contains optional Java UUID Generator classes, ones that:
3-
depend on optional external packages (like slf4j)
2+
Package that contains optional Java UUID Generator classes,
3+
ones that depend on optional external packages (like slf4j)
44
*/
55
package com.fasterxml.uuid.ext;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
Package that contains core (non-optional) Java UUID Generator API classes.
2+
Package that contains classes that define Java UUID Generator API.
33
Implementation classes can be found from under {@link com.fasterxml.uuid.impl}.
44
<p>
5-
The primary point is {@link com.fasterxml.uuid.Generators}, used to construct actual
6-
generators, based on method to use and some optional arguments.
5+
The primary API entrypoint is {@link com.fasterxml.uuid.Generators},
6+
used to construct actual generators to use for UUID generation.
77
*/
88

99
package com.fasterxml.uuid;

0 commit comments

Comments
 (0)