Skip to content

Commit 09b8db6

Browse files
steveraotrask
andauthored
Update VERSIONING.md (#6942)
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent b32f644 commit 09b8db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VERSIONING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ changes are:
1818
reordering parameters, adding a method to an interface or abstract class without adding a default
1919
implementation.
2020

21-
- ABI changes that could require code using the artifact to be recompiled, but not changed, e.g.,
21+
- [ABI](https://wikipedia.org/wiki/Application_binary_interface) changes that could require code using the artifact to be recompiled, but not changed, e.g.,
2222
changing the return type of a method from `void` to non-`void`, changing a `class` to an `interface`.
2323
The [JLS](https://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html) has more information on
2424
what constitutes compatible changes.

0 commit comments

Comments
 (0)