Skip to content

Commit

Permalink
@Api fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzikhd committed Jul 11, 2017
1 parent f155ddf commit cc496a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/washington/escience/myria/api/SQLResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@Consumes(MediaType.TEXT_PLAIN)
@Produces(MyriaApiConstants.JSON_UTF_8)
@Path("/sql")
@Api(value = "/function", description = "Operations on functions")
@Api(value = "/sql", description = "Executes SQL in postgres")
public class SQLResource {
/** The Myria server running on the master. */
@Context private Server server;
Expand Down

0 comments on commit cc496a2

Please sign in to comment.