Archetype (and other examples) typo (#1981)

* Correct replicated typo in templates and examples

Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
This commit is contained in:
Tim Quinn
2020-06-11 15:03:35 -05:00
committed by GitHub
parent e415a72d5c
commit 2c660b7206
10 changed files with 12 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ public class GreetResource {
}
/**
* Return a wordly greeting message.
* Return a worldly greeting message.
*
* @return {@link JsonObject}
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2020 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -76,7 +76,7 @@ public class GreetService implements Service {
}
/**
* Return a wordly greeting message.
* Return a worldly greeting message.
* @param request the server request
* @param response the server response
*/

View File

@@ -76,7 +76,7 @@ public class GreetResource {
}
/**
* Return a wordly greeting message.
* Return a worldly greeting message.
*
* @return {@link JsonObject}
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2020 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -76,7 +76,7 @@ public class GreetService implements Service {
}
/**
* Return a wordly greeting message.
* Return a worldly greeting message.
* @param request the server request
* @param response the server response
*/

View File

@@ -76,7 +76,7 @@ public class GreetService implements Service {
}
/**
* Return a wordly greeting message.
* Return a worldly greeting message.
*
* @param request the server request
* @param response the server response