diff --git a/.github/workflows/build-gh-pages.yml b/.github/workflows/build-gh-pages.yml index fa2f16db4d4..7ed9e836113 100644 --- a/.github/workflows/build-gh-pages.yml +++ b/.github/workflows/build-gh-pages.yml @@ -67,3 +67,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + diff --git a/README.md b/README.md index a5f4ce34822..7388f497940 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,5 @@ External contributions to this project are currently not accepted. For code impr ## License This project is run under the same licensing terms as the upstream OpenJDK project. Additional information is available in the [LICENSE](LICENSE) file in the top-level directory. + + diff --git a/src/java.base/macosx/classes/java/net/DefaultInterface.java b/src/java.base/macosx/classes/java/net/DefaultInterface.java index 3bc629b26af..d54b825d95b 100644 --- a/src/java.base/macosx/classes/java/net/DefaultInterface.java +++ b/src/java.base/macosx/classes/java/net/DefaultInterface.java @@ -23,6 +23,7 @@ * questions. */ + package java.net; import java.util.Enumeration;