Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
missed removal of the dart getters for connection
Browse files Browse the repository at this point in the history
  • Loading branch information
loveridge committed Aug 17, 2015
1 parent c7ddaca commit 0521c4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/occi_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ class Connection {
String _connectionString;
String _username;

String get connectionString => _connectionString;

String get username => _username;

factory Connection(String username, String password, String connString) {
var env = new Environment();
return env.createConnection(username, password, connString);
Expand Down

0 comments on commit 0521c4f

Please sign in to comment.