Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7b707fe

Browse files
committed
remove useless fields
1 parent 3b01230 commit 7b707fe

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

src/java/main/com/topcoder/direct/services/configs/ReferenceDataBean.java

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@
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
*/
4133
public 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.

0 commit comments

Comments
 (0)