Skip to content

Commit 0e13244

Browse files
committed
typo
1 parent c794768 commit 0e13244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/aem/api/src/main/java/com/cognifide/apm/api/actions/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Message(String text, String type) {
3333
}
3434

3535
private Message() {
36-
// GSON library needs
36+
// GSON library needs this
3737
}
3838

3939
public String getText() {

app/aem/core/src/main/java/com/cognifide/apm/core/actions/MapperDescriptorFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private Optional<MappingDescriptor> create(Mapper mapper, Method method) {
9393
Type type = types[i];
9494
Annotation[] parameterAnnotations = annotations[i];
9595
Class<? extends ApmType> apmType = getApmType(type);
96-
ParameterDescriptor parameterDescriptor = null;
96+
ParameterDescriptor parameterDescriptor;
9797
if (containsAnnotation(parameterAnnotations, Named.class)) {
9898
Named namedAnnotation = getAnnotation(parameterAnnotations, Named.class);
9999
parameterDescriptor = new NamedParameterDescriptor(apmType, namedAnnotation);

0 commit comments

Comments
 (0)