Skip to content

Commit

Permalink
Bump the version number and delete some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
swaechter committed Feb 23, 2018
1 parent e2195fe commit 4df28aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.swaechter</groupId>
<artifactId>smbjwrapper</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>jar</packaging>
<name>smbjwraper</name>
<description>A wrapper for the SMB library smbjwrapper</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,4 @@ private String buildUniquePath() {
return "Transfer_" + UUID.randomUUID();

}


public void doStuff() throws Exception {
AuthenticationContext authenticationContext = AuthenticationContext.anonymous();
try (SharedConnection sharedConnection = new SharedConnection("127.0.0.1", "Share", authenticationContext)) {
// Do your work
}
}
}

0 comments on commit 4df28aa

Please sign in to comment.