Skip to content

Commit

Permalink
Merge pull request #793 from Channyboy/792-doclint
Browse files Browse the repository at this point in the history
Fix doclint errors
  • Loading branch information
Channyboy authored May 29, 2024
2 parents c1657f2 + 69520d7 commit e76782b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (c) 2017, 2023 Contributors to the Eclipse Foundation
* Copyright (c) 2017, 2024 Contributors to the Eclipse Foundation
* 2010-2013 Coda Hale, Yammer.com
*
* See the NOTICES file(s) distributed with this work for additional
Expand Down Expand Up @@ -78,7 +78,7 @@ public abstract class Snapshot {
* Represents a percentile and its value at the moment it was sampled from the Snapshot. Percentile values of a
* {@link Timer} are represented in units of nanoseconds.
*
* See {@link #percentileValue()}
* See {@link Snapshot#percentileValues()}
*/
public static class PercentileValue {
private final double percentile;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (c) 2017, 2022 Contributors to the Eclipse Foundation
* Copyright (c) 2017, 2024 Contributors to the Eclipse Foundation
*
* See the NOTICES file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -49,8 +49,8 @@
/**
* Rest Test Kit
*
* @author Heiko W. Rupp <hrupp@redhat.com>
* @author Don Bourne <dbourne@ca.ibm.com>
* @author <a href="mailto:hrupp@redhat.com">Heiko W. Rupp</a>
* @author <a href="mailto:dbourne@ca.ibm.com">Don Bourne</a>
*/
@SuppressWarnings("CdiInjectionPointsInspection")
@RunWith(Arquillian.class)
Expand Down

0 comments on commit e76782b

Please sign in to comment.