Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Hernan Ponce de Leon <[email protected]>
  • Loading branch information
hernan-poncedeleon committed Sep 15, 2024
1 parent 1027e7f commit 0e1be0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class RelationNameRepository {
public static final String SYNCBAR = "syncbar";
public static final String VLOC = "vloc";
// private relations, not to be exposed in cat
public static final String IDD = "idd";
public static final String IDD = "__idd";
public static final String ADDRDIRECT = "__addrDirect";
public static final String CTRLDIRECT = "__ctrlDirect";
public static final String IDDTRANS = "__iddTrans";
Expand Down

0 comments on commit 0e1be0f

Please sign in to comment.