Skip to content
Snippets Groups Projects
Commit e84d2a53 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixe typo.

parent 3d4773d2
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ import java.util.Collection; ...@@ -15,7 +15,7 @@ import java.util.Collection;
@Log @Log
@Produces({MediaType.APPLICATION_JSON, MediaType.TEXT_XML}) @Produces({MediaType.APPLICATION_JSON, MediaType.TEXT_XML})
@Path("authors") @Path("authors")
public class AuthorRessource { public class AuthorResource {
/** /**
* Update an author with an given id. * Update an author with an given id.
* *
......
...@@ -13,7 +13,7 @@ import java.util.Set; ...@@ -13,7 +13,7 @@ import java.util.Set;
@Log @Log
@Produces({MediaType.APPLICATION_JSON, MediaType.TEXT_XML}) @Produces({MediaType.APPLICATION_JSON, MediaType.TEXT_XML})
@Path("library") @Path("library")
public class LibraryRessource { public class LibraryResource {
//A random number generator //A random number generator
private static final SecureRandom random = new SecureRandom(); private static final SecureRandom random = new SecureRandom();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment