Skip to content

Commit

Permalink
Deprecate JoinSessionCredentials
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed May 13, 2022
1 parent 8ff6da4 commit b4430b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/java/omero/gateway/JoinSessionCredentials.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*------------------------------------------------------------------------------
* Copyright (C) 2017 University of Dundee. All rights reserved.
* Copyright (C) 2017-2022 University of Dundee. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify
Expand All @@ -25,10 +25,13 @@
/**
* Holds all necessary information needed for joining an active OMERO server
* session
*
*
* @deprecated Use LoginCredentials and use session id as username and password.
*
* @author Dominik Lindner &nbsp;&nbsp;&nbsp;&nbsp; <a
* href="mailto:[email protected]">[email protected]</a>
*/
@Deprecated()
public class JoinSessionCredentials extends LoginCredentials {

/**
Expand Down

0 comments on commit b4430b9

Please sign in to comment.