From c42da7cf173f11b703bdf6e8d21f394725e3bd78 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 27 May 2013 18:09:11 +0530 Subject: [PATCH] Use more specific method comment --- libraries/navigation/Nodes/Node_Column.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/navigation/Nodes/Node_Column.class.php b/libraries/navigation/Nodes/Node_Column.class.php index efe98d024a..a311e5edf9 100644 --- a/libraries/navigation/Nodes/Node_Column.class.php +++ b/libraries/navigation/Nodes/Node_Column.class.php @@ -43,10 +43,9 @@ class Node_Column extends Node } /** - * Returns the comment associated with node - * This method should be overridden by specific type of nodes + * Returns column comment. * - * @return string + * @return string column comment */ public function getComment() {