From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Tue, 24 Mar 2015 10:49:57 +0000 Subject: [PATCH] Autorefactored javadocs --- opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ProfileStack.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ProfileStack.java b/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ProfileStack.java index 8f0648b..b74a581 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ProfileStack.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ProfileStack.java @@ -22,7 +22,7 @@ * * * Copyright 2006-2008 Sun Microsystems, Inc. - * Portions Copyright 2014 ForgeRock AS + * Portions Copyright 2014-2015 ForgeRock AS */ package org.opends.server.plugins.profiler; @@ -59,16 +59,16 @@ - // The number of frames in this stack. + /** The number of frames in this stack. */ private int numFrames; - // The source file line numbers for each of the frames in this stack. + /** The source file line numbers for each of the frames in this stack. */ private int[] lineNumbers; - // The class names for each of the frames in this stack. + /** The class names for each of the frames in this stack. */ private String[] classNames; - // The method names for each of the frames in this stack. + /** The method names for each of the frames in this stack. */ private String[] methodNames; -- Gitblit v1.10.0