Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 5cd4fdc

Browse files
author
Michal Gajdos
committed
Fixed typo in JavaDoc.
Change-Id: Iffdaf82aef9a0b10d7f5672737fc3e474eaa528d Signed-off-by: Michal Gajdos <[email protected]>
1 parent 135fae4 commit 5cd4fdc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core-server/src/main/java/org/glassfish/jersey/server/monitoring/MonitoringStatisticsListener.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2013-2014 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -49,7 +49,7 @@
4949
* A Jersey specific provider that listens to monitoring statistics. Each time when new statistics are available,
5050
* the implementation of {@code MonitoringStatisticsListener} will be called and new statistics will be passed.
5151
* Statistics are calculated in irregular undefined intervals.
52-
* <p>
52+
* <p/>
5353
* The provider must not throw any exception.
5454
* <p/>
5555
* The implementation of this interface can be registered as a standard Jersey/JAX-RS provider
@@ -65,8 +65,9 @@
6565
@Contract
6666
@ConstrainedTo(RuntimeType.SERVER)
6767
public interface MonitoringStatisticsListener {
68+
6869
/**
69-
* The method is called when new statistics are available and statistics are passed as a argument.
70+
* The method is called when new statistics are available and statistics are passed as an argument.
7071
*
7172
* @param statistics Newly calculated monitoring statistics.
7273
*/

0 commit comments

Comments
 (0)