fixed sonar bugs
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user