Skip to content

Commit

Permalink
Migrate google java format from 1.7 -> 1.19.2
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/SoLoader#122

This diff migrates google java format form 1.7 to 1.19.2. This update will allow for new language features from java 17 and 21. This diff also formats all necessary files.

 Changelog:
    [Internal][Changed] - Updated format from google-java-format 1.7 -> 1.19.2

Reviewed By: IanChilds

Differential Revision: D52786052
  • Loading branch information
Jeff Bahr authored and facebook-github-bot committed Jan 31, 2024
1 parent 2e1ce39 commit 3ee4b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class SampleLib {
static {
System.loadLibrary("ColorSession");
}

// should match with IDs in TinyRenderer.h
protected static final int gl3ID = 0;
protected static final int gl2ID = 1;
Expand Down
1 change: 1 addition & 0 deletions shell/android/java/com/facebook/igl/sample/SampleLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class SampleLib {
static {
System.loadLibrary("sampleJni");
}

// should match with IDs in TinyRenderer.h
protected static final int gl3ID = 0;
protected static final int gl2ID = 1;
Expand Down

0 comments on commit 3ee4b06

Please sign in to comment.