This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
src/java/main/com/topcoder/direct/services/configs Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 2727 * </ul>
2828 * </p>
2929 *
30- * <p>
31- * Version 1.2 (TOPCODER - SUPPORT GROUPS CONCEPT FOR CHALLENGES) :
32- * <ul>
33- * <li>Added {@link #groups}list of all project_group_lu</li>
34- * <li>Added {@link #groupMap}map project_group_id to its object</li>
35- * <li>Updated {@link #afterPropertiesSet()} to set groups and groupMap</li>
36- * </ul>
37- * </p>
38- * @version 1.2
30+ * @version 1.1
3931 * @author GreatKevin, TCSCODER
4032 */
4133public class ReferenceDataBean implements InitializingBean {
@@ -144,20 +136,6 @@ public class ReferenceDataBean implements InitializingBean {
144136 */
145137 private Map <Long , List <Category >> catalogToCategoriesMap ;
146138
147- /**
148- * Challenge groups
149- *
150- * @since 1.2
151- */
152- private List <ProjectGroup > groups ;
153-
154- /**
155- * Map of challenge group if to its object
156- *
157- * @since 1.2
158- */
159- private Map <Long , ProjectGroup > groupMap ;
160-
161139 /**
162140 * <p>
163141 * Gets the contest service facade.
You can’t perform that action at this time.
0 commit comments