Skip to content

Commit

Permalink
Undo one change and fix EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Apr 7, 2024
1 parent 9baba17 commit f922656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci-build-without-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export AFU="${AFU:-../annotation-tools/annotation-file-utilities}"
# Don't use `AT=${AFU}/..` which causes a git failure.
AT=$(dirname "${AFU}")

# Build annotation-tools (Annotation File Utilities)
## Build annotation-tools (Annotation File Utilities)
/tmp/plume-scripts/git-clone-related opprop annotation-tools "${AT}"
if [ ! -d ../annotation-tools ] ; then
ln -s "${AT}" ../annotation-tools
Expand Down
2 changes: 1 addition & 1 deletion src/dataflow/qual/DataFlowTop.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
@TargetLocations({ TypeUseLocation.ALL })
public @interface DataFlowTop {

}
}

0 comments on commit f922656

Please sign in to comment.