Github user Thanu commented on a diff in the pull request: https://github.com/apache/stratos/pull/430#discussion_r36939501 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/statistics/publisher/HealthStatisticsPublisher.java --- @@ -36,6 +36,6 @@ * @param health Health type: memory_consumption | load_average * @param value Health type value */ - void publish(Long timeStamp, String clusterId, String clusterInstanceId, String networkPartitionId, + void publish(Long timestamp, String clusterId, String clusterInstanceId, String networkPartitionId, --- End diff -- Method comment is up to date. Here it shows only the modification.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---