package com.idega.user.presentation; import com.idega.repository.data.ConstantsPlaceholder; /** * <p>Title: idegaWeb</p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: idega Software</p> * @author <a href="thomas@idega.is">Thomas Hilbig</a> * @version 1.0 * Created on Jul 29, 2004 */ public class UserConstants implements ConstantsPlaceholder { // do not set this variable to final // the help bundle identfier might be changed by bundle starters public static String HELP_BUNDLE_IDENTFIER = "com.idega.user"; }