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

Commit 1678f4f

Browse files
authored
Update TCLoadTCS.java
1 parent 3c3b98a commit 1678f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/topcoder/utilities/dwload/TCLoadTCS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ public void doLoadProjectTechnologies() throws Exception {
27192719
String name = rs.getString("technology_name");
27202720

27212721
if(!firstRun && !deletedProjects.contains(projectID)) {
2722-
// the load is not run for the first time && it's not processed in this load, clear the old technologies for the project
2722+
// the load is not run for the first time && it's not processed in this load, clear the old groups for the project
27232723
deleteTechnologies.clearParameters();
27242724
deleteTechnologies.setLong(1, projectID);
27252725
deleteTechnologies.executeUpdate();

0 commit comments

Comments
 (0)