Skip to content

Commit

Permalink
Merge branch '2.18' into 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 25, 2025
2 parents 4fcd5b4 + 0dca511 commit e2f49df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ public enum Id {
* package name is included that is needed to construct fully-qualified name
* given fully-qualified name of the declared supertype; additionally a single
* leading dot ('.') must be used to indicate that partial class name is used.
* For example, for supertype "com.foobar.Base", and concrete type
* "com.foo.Impl", only ".Impl" would be included; and for "com.foo.impl.Impl2"
* only ".impl.Impl2" would be included.
* For example, for supertype {@code com.foo.Base}, and concrete type
* {@code com.foo.Impl}, only {@code .Impl} would be included;
* and for {@code com.foo.impl.Impl2} only {@code .impl.Impl2} would be included.
*<br>
* <b>NOTE</b>: leading dot ('.') MUST be used to denote partial (minimal) name;
* if it is missing, value is assumed to be fully-qualified name. Fully-qualified
Expand Down

0 comments on commit e2f49df

Please sign in to comment.