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 27
27
* </ul>
28
28
* </p>
29
29
*
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
39
31
* @author GreatKevin, TCSCODER
40
32
*/
41
33
public class ReferenceDataBean implements InitializingBean {
@@ -144,20 +136,6 @@ public class ReferenceDataBean implements InitializingBean {
144
136
*/
145
137
private Map <Long , List <Category >> catalogToCategoriesMap ;
146
138
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
-
161
139
/**
162
140
* <p>
163
141
* Gets the contest service facade.
You can’t perform that action at this time.
0 commit comments