Skip to content

Commit

Permalink
Merge pull request #16421 from github/cklin/java-entities-reorder
Browse files Browse the repository at this point in the history
Java: Use entities in reorder directives
  • Loading branch information
cklin committed May 14, 2024
2 parents 027e5e7 + 30b5d50 commit 99335e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Removed unused column from the `folders` and `files` relations
compatibility: full
files.rel: reorder files.rel (int id, string name, string simple, string ext, int fromSource) id name
folders.rel: reorder folders.rel (int id, string name, string simple) id name
files.rel: reorder files.rel (@file id, string name, string simple, string ext, int fromSource) id name
folders.rel: reorder folders.rel (@folder id, string name, string simple) id name
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Java 16: allow local interfaces
compatibility: backwards
isLocalClassOrInterface.rel: reorder isLocalClass.rel(int id, int parent) id parent
isLocalClassOrInterface.rel: reorder isLocalClass.rel(@class id, @localclassdeclstmt parent) id parent
isLocalClass.rel: delete

0 comments on commit 99335e5

Please sign in to comment.