Skip to content

Commit

Permalink
Polish Javadoc in RequestAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Mar 13, 2013
1 parent bf6ee16 commit 12db873
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2012 the original author or authors.
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -135,14 +135,14 @@ public interface RequestAttributes {

/**
* Return an id for the current underlying session.
* @return the session id as String (never {@code null}
* @return the session id as String (never {@code null})
*/
String getSessionId();

/**
* Expose the best available mutex for the underlying session:
* that is, an object to synchronize on for the underlying session.
* @return the session mutex to use (never {@code null}
* @return the session mutex to use (never {@code null})
*/
Object getSessionMutex();

Expand Down

0 comments on commit 12db873

Please sign in to comment.