}
return null;
}
private TestConnectionResult testConnection(DataLocation loc) {
ConnectionTester tester = LocationConnectionTesterFactory.newTester(loc);
if (tester != null) {
return tester.testTarget(target);
} else {
Alert.error("This feature has not been implemented.", "Not Implemented");
return null;
}
}