This commit is contained in:
r-ca 2024-01-14 16:59:36 +09:00
parent e78ee829ce
commit 94cec3432e
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -94,7 +94,7 @@ public class DocumentProcessorImpl implements DocumentProcessor{
}
@Override
public void insertNewPageAtIndex(Bitmap bitmap, int index) throws Exception {
public void insertPageAtIndex(Bitmap bitmap, int index) throws Exception {
logger.debug("addNewPageAfterIndex", "called");
String filename = UUID.randomUUID().toString() + ".png"; // TODO-rca: 拡張子を動的にする