org.praxislive.ide.code.Bundle Maven / Gradle / Ivy
The newest version!
package org.praxislive.ide.code;
/** Localizable strings for {@link org.praxislive.ide.code}. */
class Bundle {
/**
* @return Show Core JavaDoc
* @see ShowJavaDocAction
*/
static String CTL_ShowJavaDocAction() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_ShowJavaDocAction");
}
private Bundle() {}
}