Révision 3142

tmp/org.txm.libs.office/src/org/txm/libs/office/ReadODS.java (revision 3142)
111 111
			}
112 112
		}
113 113
		
114
		for (String k : record.keySet())
115
			if (record.get(k) == null) System.out.println("ERROR null value with " + k);
114
		for (String k : record.keySet()) {
115
			if (record.get(k) == null) {
116
				System.out.println("ERROR null value with " + k);
117
			}
118
		}
116 119
	}
117 120
	
118 121
	public HashMap<String, String> getRecord() {

Formats disponibles : Unified diff