Skip to content

Commit e992e60

Browse files
authored
Merge pull request #145 from paulrobinson/patch-3
Need to create (not change) SecureResource.java
2 parents f297bf0 + 71bf8f2 commit e992e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/12_security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We are providing a valid token that can be verified by the configured public key
8888

8989
You can inject any defined claim into an object by using `@Claim` annotation:
9090

91-
Change the `SecureResource` Java class in `src/main/java` in the `com.redhat.developers` package with the following contents:
91+
Create the `SecureResource` Java class in `src/main/java` in the `com.redhat.developers` package with the following contents:
9292

9393
[.console-input]
9494
[source,java]

0 commit comments

Comments
 (0)