Skip to content

Commit

Permalink
- Fix bad copyright
Browse files Browse the repository at this point in the history
- Fix javadoc
- Remove unused import
  • Loading branch information
romain-grecourt committed Oct 25, 2024
1 parent 33f2d78 commit da99502
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package io.helidon.examples.webserver.sse;

import java.time.Duration;
import java.util.concurrent.TimeUnit;

import io.helidon.http.sse.SseEvent;
import io.helidon.webserver.http.HttpRules;
Expand All @@ -28,7 +27,7 @@
import jakarta.json.spi.JsonProvider;

/**
* An HTTP that sends SSE.
* SSE service.
*/
class SseService implements HttpService {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* Helidon Examples WebServer SSE.
*/
package io.helidon.examples.webserver.sse;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2024 Oracle and/or its affiliates.
# Copyright (c) 2024 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.
Expand Down

0 comments on commit da99502

Please sign in to comment.