fixed sonar bugs

This commit is contained in:
jomu
2015-02-21 20:21:46 +00:00
parent 3660c8a9a4
commit 3446688528

View File

@ -33,11 +33,9 @@ public class DefaultConfiguration<T, V extends T> implements Configuration<T, V>
* *
* @return the map of parameters and values * @return the map of parameters and values
*/ */
/*
protected Map<Parameter<T>, V> getParameterMap() { protected Map<Parameter<T>, V> getParameterMap() {
return parameterMap; return parameterMap;
} }
*/
/** /**
* adds a new parameter to the configuration * adds a new parameter to the configuration