From a2fdc110c90dbc5a1159de253a2d69e71e48a893 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 6 Mar 2007 19:45:45 +0000 Subject: removed trailing spaces. --- framework/Web/UI/WebControls/TBulletedList.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/Web/UI/WebControls/TBulletedList.php') diff --git a/framework/Web/UI/WebControls/TBulletedList.php b/framework/Web/UI/WebControls/TBulletedList.php index 5105d14d..fc42baad 100644 --- a/framework/Web/UI/WebControls/TBulletedList.php +++ b/framework/Web/UI/WebControls/TBulletedList.php @@ -393,14 +393,14 @@ class TBulletedList extends TListControl implements IPostBackEventHandler { throw new TNotSupportedException('bulletedlist_selectedvalue_unsupported'); } - + /** * @throws TNotSupportedException if this method is invoked */ public function setSelectedValues($values) { throw new TNotSupportedException('bulletedlist_selectedvalue_unsupported'); - } + } } /** @@ -485,4 +485,4 @@ class TBulletedListDisplayMode extends TEnumerable const LinkButton='LinkButton'; } -?> +?> \ No newline at end of file -- cgit v1.2.3