Skip to content

Commit c23a4ba

Browse files
author
Hans-Peter Klett
committed
Added TODO for ds3 client factory per code review.
1 parent 1fcfbe0 commit c23a4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/spectralogic/ds3client/helpers/Ds3ClientFactoryImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public Ds3ClientFactoryImpl(final Ds3Client client) {
2424
this.client = client;
2525
}
2626

27+
//TODO: need to actually return a client that points to a particular server id.
2728
@Override
2829
public Ds3Client GetClientForServerId(final String serverId) {
2930
return this.client;

0 commit comments

Comments
 (0)