Skip to content

Commit

Permalink
Merge pull request #86 from datalogics/datalogics-erics-patch-5
Browse files Browse the repository at this point in the history
Adjust file and class names to match conventions
  • Loading branch information
datalogics-dliang authored Jan 24, 2025
2 parents 95416a0 + 0b157ce commit c6e47c3
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 @@ -6,7 +6,7 @@
import org.json.JSONArray;
import org.json.JSONObject;

public class RasterizedPdf {
public class RasterizedPDF {

// Specify the path to your file here, or as the first argument when running the program.
private static final String DEFAULT_FILE_PATH = "/path/to/file.pdf";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import okhttp3.*;
import org.json.JSONObject;

public class RasterizedPdf {
public class RasterizedPDF {

// Specify the path to your file here, or as the first argument when running the program.
private static final String DEFAULT_FILE_PATH = "/path/to/file.pdf";
Expand Down

0 comments on commit c6e47c3

Please sign in to comment.