Project

General

Profile

« Previous | Next » 

Revision 006fc1c4

Added by Andreas Kohlbecker over 15 years ago

SuppressWarnings

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/cache/name/ZooNameDefaultCacheStrategy.java
18 18
import eu.etaxonomy.cdm.model.name.ZoologicalName;
19 19

  
20 20
public class ZooNameDefaultCacheStrategy <T extends ZoologicalName> extends NonViralNameDefaultCacheStrategy<T> implements  INonViralNameCacheStrategy<T> {
21
	@SuppressWarnings("unused")
21 22
	private static final Logger logger = Logger.getLogger(ZooNameDefaultCacheStrategy.class);
22 23
	
23 24
	final static UUID uuid = UUID.fromString("950c4236-8156-4675-b866-785df33bc4d9");
......
82 83
	
83 84

  
84 85
	/**
85
	 * @return Strings that seperates the author part and the year part
86
	 * @return Strings that separates the author part and the year part
86 87
	 * @return
87 88
	 */
88 89
	public String getAuthorYearSeperator() {

Also available in: Unified diff