From 9e29d32254ab9486df5c2f79701a686d61431c04 Mon Sep 17 00:00:00 2001 From: Kristian Wahlroos Date: Sat, 12 Sep 2015 13:08:13 +0300 Subject: [PATCH] fixed little bug --- src/main/java/fi/helsinki/cs/tmc/core/domain/Exercise.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/fi/helsinki/cs/tmc/core/domain/Exercise.java b/src/main/java/fi/helsinki/cs/tmc/core/domain/Exercise.java index 387f695c..8fe3c6b2 100644 --- a/src/main/java/fi/helsinki/cs/tmc/core/domain/Exercise.java +++ b/src/main/java/fi/helsinki/cs/tmc/core/domain/Exercise.java @@ -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). */