1 package org.ofbiz.content.layout;2 3 4 /**5 * LayoutServices Class6 *7 * @author <a HREF="mailto:byersa@automationgroups.com">Al Byers</a>8 * @version $Rev: 5462 $9 * @since 3.010 *11 * 12 */13 public class LayoutServices {14 15 public static final String module = LayoutServices.class.getName();16 17 }18