remove accidentally added blank lines

This commit is contained in:
Arthur Schiwon 2012-08-05 22:03:47 +02:00
parent c10010e410
commit 6fd48675e6
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ abstract class Access {
public function setConnector(Connection &$connection) {
$this->connection = $connection;
}
private function checkConnection() {