]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php
Just a space removed
[shipsimu.git] / inc / classes / interfaces / criteria / extended / class_LocalSearchCriteria.php
index 2ac9efda9497b2265742d1e7274bf5a97e2ba2a7..cfb84942ae970b8111cc711ddfe8a9f021214bcb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for local criterias
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface LocalCriteria extends Criteria {
+interface LocalSearchCriteria extends Criteria {
 }
 
 //