Polishing
This commit is contained in:
parent
cf3a25bfac
commit
8712fdcd3b
|
@ -211,7 +211,6 @@ public abstract class ClassFilters {
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "Negate " + this.original;
|
return "Negate " + this.original;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -569,6 +569,7 @@ class BeanDefinitionPropertyValueCodeGenerator {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link Delegate} for {@link TypedStringValue} types.
|
* {@link Delegate} for {@link TypedStringValue} types.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue