This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* User: Administrator | |
* Date: 11-11-4 | |
* Time: 下午11:32 | |
* | |
* @author Basten Gao | |
*/ | |
public class EmailUtil { | |
private static final Map<String, String> EMAILS = loadEmails(); |