blob: 35eabe4024685f4f3112bcd134a21ef82321316c [file] [log] [blame]
package org.eclipse.wst.jsdt.web.ui.internal.style;
public interface IStyleConstantsJs {
public static final String JSP_CONTENT = "jsp_content"; //$NON-NLS-1$
}