Skip to content

Commit 12eb893

Browse files
committed
Polishing (backported from 4.1.x)
1 parent c0e5d00 commit 12eb893

File tree

13 files changed

+188
-179
lines changed

13 files changed

+188
-179
lines changed

spring-oxm/src/main/java/org/springframework/oxm/jibx/JibxMarshaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2014 the original author or authors.
2+
* Copyright 2002-2015 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -234,7 +234,7 @@ else if (this.targetPackage != null) {
234234

235235

236236
public boolean supports(Class<?> clazz) {
237-
Assert.notNull(clazz, "'clazz' must not be null");
237+
Assert.notNull(clazz, "Class must not be null");
238238
if (this.targetClass != null) {
239239
return this.targetClass.equals(clazz);
240240
}

0 commit comments

Comments
 (0)