Skip to content

Commit

Permalink
Make Client constructor with arguments public (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Jul 1, 2022
1 parent 49283c3 commit 6a914a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/igred/omero/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public Client() {
* @param ctx The security context
* @param user The user
*/
private Client(Gateway gateway, SecurityContext ctx, ExperimenterWrapper user) {
public Client(Gateway gateway, SecurityContext ctx, ExperimenterWrapper user) {
super(gateway, ctx, user);
}

Expand Down

0 comments on commit 6a914a5

Please sign in to comment.