Skip to content

Commit af57f7a

Browse files
Fixed error in package name
1 parent 681c708 commit af57f7a

File tree

2 files changed

+1
-1
lines changed
  • Examples/src/main
    • java/com/aspose/pdf/examples/asposepdf/stampsandwatermarks
    • resources/com/aspose/pdf/examples/asposepdffacades/stampswatermarks/addpagenumber

2 files changed

+1
-1
lines changed

Examples/src/main/java/com/aspose/pdf/examples/asposepdf/stampsandwatermarks/AddPageNumberStamp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "as is", without warranty of any kind, either expressed or implied.
77
*/
88

9-
package programmersguide.workingwithasposepdf.workingwithstampsandwatermarks.addpagenumberstamp.java;
9+
package com.aspose.pdf.examples.asposepdf.stampsandwatermarks;
1010

1111
import com.aspose.pdf.*;
1212
import com.aspose.pdf.examples.Utils;

0 commit comments

Comments
 (0)