Project

General

Profile

Download (101 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.dataportal;
2

    
3
public enum Browser {
4
	
5
	firefox,
6
	iexplorer,
7
	chrome;
8

    
9
}
(1-1/4)