-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): fix java app template (#3061)
follow up on #3058 - since we renamed the core package namesapce to "software.amazon.awscdk.core"
- Loading branch information
Elad Ben-Israel
authored
Jun 25, 2019
1 parent
a7a3bde
commit 6d38487
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/aws-cdk/lib/init-templates/app/java/src/main/java/com/myorg/HelloApp.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/aws-cdk/lib/init-templates/app/java/src/main/java/com/myorg/HelloConstruct.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
packages/aws-cdk/lib/init-templates/app/java/src/main/java/com/myorg/HelloStack.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/aws-cdk/lib/init-templates/app/java/src/test/java/com/myorg/HelloStackTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters