Skip to content

Commit b1fb7af

Browse files
fixed error in package name
1 parent c16ddbb commit b1fb7af

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Examples/src/main/java/com/aspose/slides/examples/SmartArt/ManageSmartArtStyle/ChangeSmartArt.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 com.aspose.slides.examples.SmartArt.managingsmartartstyle;
9+
package com.aspose.slides.examples.SmartArt.ManageSmartArtStyle;
1010

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

Examples/src/main/java/com/aspose/slides/examples/SmartArt/ManageSmartArtStyle/SmartArtColorStyle.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 com.aspose.slides.examples.smartartinpresentation.managingsmartartstyle;
9+
package com.aspose.slides.examples.SmartArt.ManageSmartArtStyle;
1010

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

0 commit comments

Comments
 (0)