Project

General

Profile

« Previous | Next » 

Revision 45e18d0e

Added by Katja Luther almost 3 years ago

code cleaning

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
1432 1432

  
1433 1433
				clazz = getClass();
1434 1434
				if (clazz != null) {
1435
					//CollectionField cf = cachedCommonService.getCollectionField(col);
1436
					//cachedCommonService.updatePersistentCollection(cf);
1437
				    collectionType = ProxyUtils.getCollectionType(obj, clazz);
1435
					collectionType = ProxyUtils.getCollectionType(obj, clazz);
1438 1436
				    field = clazz.getDeclaredField(collectionType.toString());
1439 1437
					field.setAccessible(true);
1440 1438
					field.set(this, obj);

Also available in: Unified diff