Project

General

Profile

« Previous | Next » 

Revision a88787bf

Added by Andreas Müller almost 6 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/IMultiLanguageTextHolder.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
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
*/
......
11 11

  
12 12

  
13 13
/**
14
 * This interface was merely created to get convenient access to all classes 
15
 * that hold a MultiLanguageString, i.e. currently a Map<Language, LanguageString>. 
16
 * The implementation of the MultiLanguageString construct is about to change in 
14
 * This interface was merely created to get convenient access to all classes
15
 * that hold a MultiLanguageString, i.e. currently a Map<Language, LanguageString>.
16
 * The implementation of the MultiLanguageString construct is about to change in
17 17
 * a future version.
18
 * 
18
 *
19 19
 * @author n.hoffmann
20
<<<<<<< HEAD
20 21
 * @since Dec 2, 2010
21 22
 * @version 1.0
23
=======
24
 * @created Dec 2, 2010
25
>>>>>>> cleanup
22 26
 */
23 27
public interface IMultiLanguageTextHolder {
24 28

  
25
	
26
	
29

  
30

  
27 31
}

Also available in: Unified diff