Skip to content

Commit

Permalink
merge master -Dorg -Ssuccess-only: PR 152 (Set class in doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopycrimecop committed Mar 9, 2024
2 parents c0bc482 + 3e65b9d commit 5bbf147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ome/api/local/LocalSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public interface LocalSession extends ome.api.ISession {
/**
* Lookups a Session without updating the last access time.
*
* Otherwise, behaves identically to {@link #getSession()}.
* Otherwise, behaves identically to {@link ome.services.sessions.SessionContext#getSession()}.
*/
Session getSessionQuietly(String uuid);
}

0 comments on commit 5bbf147

Please sign in to comment.