Fixed some wrong @see annotations

This commit is contained in:
Marc Philip Scholten 2013-12-26 12:09:40 +01:00
parent ea8cadddad
commit 6d8c02c432

View File

@ -437,7 +437,7 @@ class Net_SSH1
/**
* Log Boundary
*
* @see Net_SSH2::_format_log
* @see Net_SSH1::_format_log
* @access private
*/
var $log_boundary = ':';
@ -445,7 +445,7 @@ class Net_SSH1
/**
* Log Long Width
*
* @see Net_SSH2::_format_log
* @see Net_SSH1::_format_log
* @access private
*/
var $log_long_width = 65;
@ -453,7 +453,7 @@ class Net_SSH1
/**
* Log Short Width
*
* @see Net_SSH2::_format_log
* @see Net_SSH1::_format_log
* @access private
*/
var $log_short_width = 16;