Skip to content

Commit

Permalink
Rename MTDataFilesProvider.java to injector/MTDataFilesProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdurazaaqMohammed authored Jun 30, 2024
1 parent 97f4cbb commit 64e32d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,4 +489,4 @@ public final String renameDocument(String str, String str2) {
int lastIndexOf = str.lastIndexOf(47, str.length() - 2);
return str.substring(0, lastIndexOf) + "/" + str2;
}
}
}

0 comments on commit 64e32d7

Please sign in to comment.