Project

General

Profile

« Previous | Next » 

Revision b920f5c2

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/FloraGuianasActivator.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.app.eflora;
11 10

  
12 11
import java.net.URI;
......
64 63
	static final URI fotg29 = EfloraSources.fotg_29();
65 64
	static final URI fotg30 = EfloraSources.fotg_30();
66 65

  
67

  
68 66
	private boolean inverseInclude = false;
69 67

  
70 68
	private boolean includeFotg1 = false;
......
116 114

  
117 115
	static final boolean reuseState = true;
118 116

  
119

  
120

  
121 117
	private boolean replaceStandardKeyTitles = true;
122 118

  
123 119
	private boolean useFotGCollectionTypeOnly = true;
......
427 423
		return lastChild;
428 424
	}
429 425

  
430

  
431

  
432
	/**
433
	 * @param args
434
	 */
435 426
	public static void main(String[] args) {
436 427
		FloraGuianasActivator me = new FloraGuianasActivator();
437 428
		me.doImport(cdmDestination);
438 429
	}
439
}
430
}

Also available in: Unified diff