/webportal/src/main/java/au/org/emii/portal/util/PortalNaming.java
Java | 15 lines | 4 code | 3 blank | 8 comment | 0 complexity | 3c2731bdeae316bde94564061d1da6f9 MD5 | raw file
1 2/* 3 * To change this template, choose Tools | Templates 4 * and open the template in the editor. 5 */ 6 7package au.org.emii.portal.util; 8 9/** 10 * 11 * @author geoff 12 */ 13public interface PortalNaming { 14 public String getPortalName(); 15}