Skip to content

Commit

Permalink
chore: Reformat Java source (#32042)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Aug 15, 2023
1 parent 861a188 commit 9745f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akka-actor/src/main/java/akka/annotation/DoNotInherit.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import java.lang.annotation.*;

/**
* Marks APIs that are designed under a closed-world assumption for and are NOT meant to be
* extended by user-code. It is fine to extend these classes within Akka itself, however.
* Marks APIs that are designed under a closed-world assumption for and are NOT meant to be extended
* by user-code. It is fine to extend these classes within Akka itself, however.
*
* <p>This is most useful for binary compatibility purposes when a set of classes and interfaces
* assume a "closed world" between them, and gain the ability to add methods to the interfaces
Expand Down

0 comments on commit 9745f88

Please sign in to comment.