You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
332 B
16 lines
332 B
5 years ago
|
package com.fr.plugin.showtype;
|
||
|
|
||
|
import com.fr.stable.fun.impl.AbstractLocaleFinder;
|
||
|
|
||
|
/**
|
||
|
* @Author Roger
|
||
|
* @Date 2020/8/18 18:24
|
||
|
* @Version 10.0
|
||
|
*/
|
||
|
public class NewPreviewTypeLocaleFinder extends AbstractLocaleFinder {
|
||
|
@Override
|
||
|
public String find() {
|
||
|
return "com/fr/plugin/showtype/locale/newPreview";
|
||
|
}
|
||
|
}
|