Skip to content

Commit 8fc030a

Browse files
committed
checkstyle
1 parent d958ff4 commit 8fc030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/generic/GenericSchemaImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected GenericSchemaImpl(SchemaInfo schemaInfo) {
4848
.collect(Collectors.toList());
4949
} catch (AvroRuntimeException avroRuntimeException) {
5050
// Rewrite error log.
51-
throw new AvroRuntimeException("Schema typed [" + schema.getClass().getName() +"], simple-type:["
51+
throw new AvroRuntimeException("Schema typed [" + schema.getClass().getName() + "], simple-type:["
5252
+ schema.getType() + "] is not supported. schema-content: " + schema);
5353
}
5454
}

0 commit comments

Comments
 (0)