DATACMNS-558 - Some code cleanups according to the Sonar report.

This commit is contained in:
Oliver Gierke
2014-08-09 11:55:46 +02:00
parent 756c951112
commit 3660676338
15 changed files with 60 additions and 55 deletions

View File

@@ -34,6 +34,8 @@ import org.springframework.util.ReflectionUtils.FieldFilter;
*/
public class ReflectionUtils {
private ReflectionUtils() {}
/**
* Creates an instance of the class with the given fully qualified name or returns the given default instance if the
* class cannot be loaded or instantiated.