rsanchez
2014-10-27 7f5a20aa40c00fea42c68211f311b6b24ad64c9e
securis/src/main/java/net/curisit/securis/services/LicenseResource.java
....@@ -310,6 +310,16 @@
310310 return Response.ok(lic).build();
311311 }
312312
313
+ /**
314
+ * Cancel the license
315
+ *
316
+ * @param lic
317
+ * @param em
318
+ */
319
+ public static void cancelLicense(License lic, EntityManager em) throws SeCurisServiceException {
320
+
321
+ }
322
+
313323 @POST
314324 @Path("/")
315325 @Consumes(MediaType.APPLICATION_JSON)