We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37b002 commit 49c40d2Copy full SHA for 49c40d2
documentation/developer-guide/modules/tooling-guide/examples/GenerateAspectFromAas.java
@@ -38,7 +38,7 @@
38
public class GenerateAspectFromAas extends AbstractGenerator {
39
private OutputStream outputStream( final Path directory, final String aspectName ) {
40
try {
41
- return new FileOutputStream( directory.resolve( aspectName + ".aasx" ).toFile() );
+ return new FileOutputStream( directory.resolve( aspectName ).toFile() );
42
} catch ( final FileNotFoundException exception ) {
43
throw new RuntimeException( exception );
44
}
0 commit comments