From 7f07fbfd13fed4eb582391438e1898e3e116c617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 13 May 2013 19:31:57 +0300 Subject: [PATCH] Fix comments in ChatLocation --- file/lib/system/user/online/location/ChatLocation.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/file/lib/system/user/online/location/ChatLocation.class.php b/file/lib/system/user/online/location/ChatLocation.class.php index e5e0667..65b1edc 100644 --- a/file/lib/system/user/online/location/ChatLocation.class.php +++ b/file/lib/system/user/online/location/ChatLocation.class.php @@ -9,16 +9,16 @@ * @copyright 2010-2013 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat - * @subpackage page + * @subpackage system.user.online.location */ class ChatLocation implements \wcf\system\user\online\location\IUserOnlineLocation { /** - * @see wcf\system\user\online\location\IUserOnlineLocation::cache() + * @see \wcf\system\user\online\location\IUserOnlineLocation::cache() */ public function cache(\wcf\data\user\online\UserOnline $user) {} /** - * @see wcf\system\user\online\location\IUserOnlineLocation::get() + * @see \wcf\system\user\online\location\IUserOnlineLocation::get() */ public function get(\wcf\data\user\online\UserOnline $user, $languageVariable = '') { $cache = data\room\Room::getCache();