Skip to content

Commit

Permalink
Fixing Code Climate styling issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krassimir Boyanov committed Nov 27, 2024
1 parent 62debdc commit 1729e70
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,18 @@ protected void doGet(SlingHttpServletRequest request, @NotNull SlingHttpServletR
response.getWriter().write(jsonResponse.toString());
}

@ObjectClassDefinition(name = "ACS AEM Commons - Publish URL Servlet Configuration",
description = "Configuration for the Publish URL Servlet")
@ObjectClassDefinition(
name = "ACS AEM Commons - Publish URL Servlet Configuration",
description = "Configuration for the Publish URL Servlet"
)
public @interface PublishUrlServletConfig {

@AttributeDefinition(name = "Externalizer Environment Keys", description = "Externalizer Environment Keys. They " +
"need to match the environment keys configured in the Externalizer configuration.", type = AttributeType.STRING)
@AttributeDefinition(
name = "Externalizer Environment Keys",
description = "Externalizer Environment Keys. They need to match the environment keys configured in"
+ " the Externalizer configuration.",
type = AttributeType.STRING
)
String[] externalizerKeys() default {};
}
}

0 comments on commit 1729e70

Please sign in to comment.