initial implementation of helium menu

This commit is contained in:
Lee moon soo 2016-12-28 21:03:58 -08:00
parent 0c4da2ead0
commit 4b21252def

View file

@ -123,6 +123,5 @@ public class HeliumRestApi {
logger.error(e.getMessage(), e);
return Response.serverError().build();
}
}
}