diff src/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImageParameter.java @ 21:643fa1daa70c

minor changes
author dwinter
date Wed, 05 Jan 2011 11:35:45 +0100
parents 2f47c136b8a6
children 1a7940ac5169
line wrap: on
line diff
--- a/src/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImageParameter.java	Tue Jan 04 16:35:41 2011 +0100
+++ b/src/de/mpg/mpiwg/itgroup/digilib/digiImage/DigiImageParameter.java	Wed Jan 05 11:35:45 2011 +0100
@@ -211,6 +211,11 @@
 
 	
 	
+	/**
+	 * Converts the parameters in to map.
+	 * @param omitIfNegative list of parameters not to be included in the map if negative
+	 * @return Map with parameter names and values.
+	 */
 	public  Map<String, String> createMapFromParameters(List<String> omitIfNegative) {
 			
 			
@@ -249,11 +254,11 @@
 
 
 /**
- * Puts the parameter as key-value  into the map repecting the setting in @see {@link #omitIfNegativeArray}.
- * @param qa
+ * Puts the parameter as key-value  into the map respecting the setting omitIfNegative.
+ * @param qa Map to be filled
  * @param key
  * @param value
- * @param omitIfNegative 
+ * @param omitIfNegative list of parameters not to be included in the map if negative
  */
 private  void setPm(Map<String, String> qa, String key, Object value,  List<String> omitIfNegative){
 	String v;