Changed access to use this qualifier
This commit is contained in:
@@ -26,7 +26,7 @@ public class ConnectionWrapper
|
||||
public IGridConnection connection;
|
||||
|
||||
public ConnectionWrapper(IGridConnection gc) {
|
||||
connection = gc;
|
||||
this.connection = gc;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user