package com.fr.plugin.present; import com.fr.stable.fun.impl.AbstractLocaleFinder; public class PresentKindLocaleFinder extends AbstractLocaleFinder { @Override public String find() { return "com/fr/plugin/present/locale/present"; } }