Skip to content

Commit 99335e5

Browse files
authored
Merge pull request github#16421 from github/cklin/java-entities-reorder
Java: Use entities in reorder directives
2 parents 027e5e7 + 30b5d50 commit 99335e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
description: Removed unused column from the `folders` and `files` relations
22
compatibility: full
3-
files.rel: reorder files.rel (int id, string name, string simple, string ext, int fromSource) id name
4-
folders.rel: reorder folders.rel (int id, string name, string simple) id name
3+
files.rel: reorder files.rel (@file id, string name, string simple, string ext, int fromSource) id name
4+
folders.rel: reorder folders.rel (@folder id, string name, string simple) id name
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
description: Java 16: allow local interfaces
22
compatibility: backwards
3-
isLocalClassOrInterface.rel: reorder isLocalClass.rel(int id, int parent) id parent
3+
isLocalClassOrInterface.rel: reorder isLocalClass.rel(@class id, @localclassdeclstmt parent) id parent
44
isLocalClass.rel: delete

0 commit comments

Comments
 (0)