Skip to content

Commit

Permalink
i_843 fix errors in comments
Browse files Browse the repository at this point in the history
Due duplication of class files, some comments were not changed and referred to their original classes.
These should be fixed now.
  • Loading branch information
johnbrvc committed Nov 23, 2024
1 parent b9379c1 commit cd804fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/edu/csus/ecs/pc2/clics/API202306/CLICSAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import edu.csus.ecs.pc2.services.eventFeed.WebServer;

/**
* CLICS Team object
* CLICS Account object
*
* @author John Buck
*
Expand Down
10 changes: 5 additions & 5 deletions src/edu/csus/ecs/pc2/clics/API202306/CLICSLanguage.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
import edu.csus.ecs.pc2.services.core.JSONUtilities;

/**
* CLICS Judgment test case
* Contains information about a single test case (run)
*
* CLICS Language
* Contains information about a language
*
* @author John Buck
*
*/
Expand Down Expand Up @@ -43,7 +43,7 @@ public class CLICSLanguage {

/**
* Fills in the test case properties
*
*
* @param language The language being serialized
*/
public CLICSLanguage(Language language) {
Expand All @@ -58,7 +58,7 @@ public CLICSLanguage(Language language) {
}
extensions = LanguageUtilities.getExtensionsForLanguage(id, name);
}

public String toJSON() {

try {
Expand Down

0 comments on commit cd804fe

Please sign in to comment.