From 4b6cbcbb89e9cada700b219adcf2d4f70b029051 Mon Sep 17 00:00:00 2001 From: Benjamin Reed Date: Tue, 18 Apr 2023 10:25:56 -0400 Subject: [PATCH] fix javadoc generation --- .../org/opennms/newts/api/DefaultSampleProcessorService.java | 2 +- .../main/java/org/opennms/newts/api/SampleProcessorService.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/main/java/org/opennms/newts/api/DefaultSampleProcessorService.java b/api/src/main/java/org/opennms/newts/api/DefaultSampleProcessorService.java index 2dc882dd..a0d69844 100644 --- a/api/src/main/java/org/opennms/newts/api/DefaultSampleProcessorService.java +++ b/api/src/main/java/org/opennms/newts/api/DefaultSampleProcessorService.java @@ -92,7 +92,7 @@ public void shutdown() throws InterruptedException { * the maximum time to wait * @param unit * the time unit of the timeout argument - * @return true if this executor terminated and false if the timeout elapsed + * @return {@code true} if this executor terminated and {@code false} if the timeout elapsed * before termination * @throws InterruptedException */ diff --git a/api/src/main/java/org/opennms/newts/api/SampleProcessorService.java b/api/src/main/java/org/opennms/newts/api/SampleProcessorService.java index 3769b6bc..483c5024 100644 --- a/api/src/main/java/org/opennms/newts/api/SampleProcessorService.java +++ b/api/src/main/java/org/opennms/newts/api/SampleProcessorService.java @@ -33,7 +33,7 @@ public interface SampleProcessorService { * the maximum time to wait * @param unit * the time unit of the timeout argument - * @return true if this executor terminated and false if the timeout elapsed + * @return {@code true} if this executor terminated and {@code false} if the timeout elapsed * before termination * @throws InterruptedException */