Skip to content

Commit

Permalink
refactor to put qualifiers in my preferred order
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 15, 2024
1 parent 41ed56e commit b71bd93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public class DefaultBroadPhaseLayerFilter extends BroadPhaseLayerFilter {
// *************************************************************************
// native private methods

private native static long createFromPairFilter(
native private static long createFromPairFilter(
long pairFilterVa, int objectLayer);
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public class DefaultObjectLayerFilter extends ObjectLayerFilter {
// *************************************************************************
// native private methods

private native static long createFromPairFilter(
native private static long createFromPairFilter(
long pairFilterVa, int objectLayer);
}

0 comments on commit b71bd93

Please sign in to comment.