Skip to content

Commit

Permalink
fixed little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wakr committed Sep 12, 2015
1 parent 6d16012 commit 9e29d32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/fi/helsinki/cs/tmc/core/domain/Exercise.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ public class Exercise implements Serializable {
@SerializedName("return_url")
private URI returnUrl;

@SerializedName("zip_url")
private URI zipUrl; //": "https://tmc.mooc.fi/staging/exercises/284.zip",

/**
* The URL the solution can be downloaded from (admins only).
*/
Expand Down

0 comments on commit 9e29d32

Please sign in to comment.