From: <var...@us...> - 2012-10-26 13:42:36
|
Revision: 8422 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8422&view=rev Author: vargenau Date: 2012-10-26 13:42:26 +0000 (Fri, 26 Oct 2012) Log Message: ----------- Remove useless blank lines Modified Paths: -------------- trunk/lib/RssWriter2.php trunk/lib/SemanticWeb.php trunk/lib/plugin/AllPages.php trunk/lib/plugin/AsciiMath.php Modified: trunk/lib/RssWriter2.php =================================================================== --- trunk/lib/RssWriter2.php 2012-10-26 13:41:02 UTC (rev 8421) +++ trunk/lib/RssWriter2.php 2012-10-26 13:42:26 UTC (rev 8422) @@ -78,8 +78,6 @@ } } - - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/SemanticWeb.php =================================================================== --- trunk/lib/SemanticWeb.php 2012-10-26 13:41:02 UTC (rev 8421) +++ trunk/lib/SemanticWeb.php 2012-10-26 13:42:26 UTC (rev 8422) @@ -105,7 +105,6 @@ require_once 'lib/TextSearchQuery.php'; require_once 'lib/Units.php'; - /** * RdfWriter - A class to represent the links of a list of wikipages as RDF. * Supports ?format=rdf @@ -241,8 +240,6 @@ { } - - /** * OwlWriter - A class to represent a set of wiki pages (a DL model) as OWL. * Requires an actionpage returning a pagelist. @@ -256,8 +253,6 @@ { } - - /** * ModelWriter - Export a KB as set of wiki pages. * Requires an actionpage returning a pagelist. @@ -271,8 +266,6 @@ { } - - /** * NumericSearchQuery can do: * ("population < 20000 and area > 1000000", array("population", "area")) @@ -414,26 +407,18 @@ } } - - class ReasonerBackend_LISA extends ReasonerBackend { } - - class ReasonerBackend_Racer extends ReasonerBackend { } - - class ReasonerBackend_KM extends ReasonerBackend { } - - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AllPages.php =================================================================== --- trunk/lib/plugin/AllPages.php 2012-10-26 13:41:02 UTC (rev 8421) +++ trunk/lib/plugin/AllPages.php 2012-10-26 13:42:26 UTC (rev 8422) @@ -147,8 +147,6 @@ } } - - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AsciiMath.php =================================================================== --- trunk/lib/plugin/AsciiMath.php 2012-10-26 13:41:02 UTC (rev 8421) +++ trunk/lib/plugin/AsciiMath.php 2012-10-26 13:42:26 UTC (rev 8422) @@ -82,8 +82,6 @@ } } - - // Local Variables: // mode: php // tab-width: 8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |