From efaa431efc4d19b2f2a6827ff33e78259d7c5ec6 Mon Sep 17 00:00:00 2001 From: Mirko Raner Date: Sat, 6 Jun 2026 17:55:51 -0700 Subject: [PATCH] Issue #2: removed spurious /**/ between Javadoc and type declaration --- projo/src/main/java/pro/projo/$template/Factory.java | 7 ++++--- projo/src/main/java/pro/projo/$template/Intermediate.java | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/projo/src/main/java/pro/projo/$template/Factory.java b/projo/src/main/java/pro/projo/$template/Factory.java index d636ca3..cb5108d 100644 --- a/projo/src/main/java/pro/projo/$template/Factory.java +++ b/projo/src/main/java/pro/projo/$template/Factory.java @@ -1,5 +1,5 @@ // // -// Copyright 2017 - 2024 Mirko Raner // +// Copyright 2017 - 2026 Mirko Raner // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // you may not use this file except in compliance with the License. // @@ -32,8 +32,9 @@ * $additionalTypeParameterDocumentation * * @author Mirko Raner -**/ -/*#*/@Template(input=ProjoFactoryTemplateConfiguration.class)/*#*/ +* +*#*/ +@Template(input=ProjoFactoryTemplateConfiguration.class)/*#*/ public interface Factory<_Artifact_, $AdditionalTypeParameters> extends pro.projo.Factory { /*#*/ interface $First {/**/} /*#*/ diff --git a/projo/src/main/java/pro/projo/$template/Intermediate.java b/projo/src/main/java/pro/projo/$template/Intermediate.java index e0b8ea1..f8edb56 100644 --- a/projo/src/main/java/pro/projo/$template/Intermediate.java +++ b/projo/src/main/java/pro/projo/$template/Intermediate.java @@ -1,5 +1,5 @@ // // -// Copyright 2017 - 2024 Mirko Raner // +// Copyright 2017 - 2026 Mirko Raner // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // you may not use this file except in compliance with the License. // @@ -32,8 +32,9 @@ * @param <_Artifact_> the artifact type generated by the factory * * @author Mirko Raner -**/ -/*#*/@Template(input=ProjoIntermediateTemplateConfiguration.class)/*#*/ +* +*#*/ +@Template(input=ProjoIntermediateTemplateConfiguration.class)/*#*/ public interface Intermediate<_Artifact_> extends Prototype<_Artifact_> { /*#*/ interface $First {/**/} /*#*/