mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
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:
@@ -76,7 +76,7 @@ public class GreetResource {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a wordly greeting message.
|
||||
* Return a worldly greeting message.
|
||||
*
|
||||
* @return {@link JsonObject}
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -76,7 +76,7 @@ public class GreetResource {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a wordly greeting message.
|
||||
* Return a worldly greeting message.
|
||||
*
|
||||
* @return {@link JsonObject}
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user