Skip to content

Commit

Permalink
rename adding idl method
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Oct 21, 2023
1 parent 3903375 commit 4c22849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static IDLReader readIDL(String idlDir) {
return reader;
}

public static void readIDL(IDLReader reader, String idlDir) {
public static void addIDL(IDLReader reader, String idlDir) {
try {
idlDir = new File(idlDir).getCanonicalPath() + File.separator;
} catch(IOException e) {
Expand Down

0 comments on commit 4c22849

Please sign in to comment.