Fix comment

This commit is contained in:
Kasun Chathuranga 2013-07-29 17:26:11 +05:30
parent 989161e2bd
commit b76a1e27a9

View File

@ -17,7 +17,7 @@ if (! defined('PHPMYADMIN')) {
abstract class Node_DatabaseChild extends Node
{
/**
* Returns HTML for hide button displayed infront of the table node
* Returns HTML for hide button displayed infront of the database child node
*
* @return HTML for hide button
*/
@ -49,4 +49,4 @@ abstract class Node_DatabaseChild extends Node
*/
protected abstract function getItemType();
}
?>
?>