Project

General

Profile

« Previous | Next » 

Revision 7b1ac952

Added by Andreas Müller over 12 years ago

Refactoring nameCacheStrategy. Use same method for both caches (tagged + string)

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/TaggedText.java
38 38
	public TaggedText() {
39 39
		super();
40 40
	}
41
	public TaggedText(String text) {
42
		super();
43
		this.text = text;
44
	}
41

  
45 42
	public TaggedText(TagEnum type, String text) {
46 43
		super();
47 44
		this.text = text;

Also available in: Unified diff