Skip to content

Commit a49e2d4

Browse files
committed
Documentation fixes
1 parent 7daea06 commit a49e2d4

24 files changed

+36
-39
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.scaleoutsoftware'
2-
version '5.7-RELEASE'
2+
version '1.0-RELEASE'
33

44
apply plugin: 'java'
55
apply plugin: 'eclipse'
@@ -26,7 +26,7 @@ artifacts {
2626

2727
dependencies {
2828
testCompile group: 'junit', name: 'junit', version: '4.11'
29-
testCompile group: 'org.springframework.session', name: 'spring-session-core', version: '2.0.4.RELEASE'
29+
testCompile group: 'org.springframework.session', name: 'spring-session-core', version: '2.0.5.RELEASE'
3030
testCompile group: 'org.springframework', name: 'spring-context', version: '5.0.7.RELEASE'
3131
testCompile group: 'org.springframework', name: 'spring-web', version: '5.0.7.RELEASE'
3232
testCompile group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'

docs/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>All Classes (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>All Classes (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/constant-values.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>Constant Field Values (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/deprecated-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>Deprecated List (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/help-doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>API Help (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/index-all.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>Index (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -177,11 +177,11 @@ <h2 class="title">O</h2>
177177
<dl>
178178
<dt><a href="org/springframework/session/soss/package-summary.html">org.springframework.session.soss</a> - package org.springframework.session.soss</dt>
179179
<dd>
180-
<div class="block">Provides a SessionRepository implementation backed by ScaleOut StateServer</div>
180+
<div class="block">Provides a SessionRepository implementation backed by ScaleOut StateServer.</div>
181181
</dd>
182182
<dt><a href="org/springframework/session/soss/config/annotation/web/http/package-summary.html">org.springframework.session.soss.config.annotation.web.http</a> - package org.springframework.session.soss.config.annotation.web.http</dt>
183183
<dd>
184-
<div class="block">Provides autowired configuration support for a SessionRepository implementation backed by ScaleOut StateServer</div>
184+
<div class="block">Provides autowired configuration support for a SessionRepository implementation backed by ScaleOut StateServer.</div>
185185
</dd>
186186
</dl>
187187
<a name="I:P">
@@ -231,8 +231,7 @@ <h2 class="title">S</h2>
231231
</dd>
232232
<dt><span class="memberNameLink"><a href="org/springframework/session/soss/ScaleoutSessionRepository.html#ScaleoutSessionRepository-java.lang.String-java.time.Duration-boolean-">ScaleoutSessionRepository(String, Duration, boolean)</a></span> - Constructor for class org.springframework.session.soss.<a href="org/springframework/session/soss/ScaleoutSessionRepository.html" title="class in org.springframework.session.soss">ScaleoutSessionRepository</a></dt>
233233
<dd>
234-
<div class="block">I'
235-
Instantiates the ScaleOutSessionRepository.</div>
234+
<div class="block">Instantiates the ScaleOutSessionRepository.</div>
236235
</dd>
237236
<dt><span class="memberNameLink"><a href="org/springframework/session/soss/config/annotation/web/http/ScaleoutHttpSessionConfiguration.html#sessionRepository--">sessionRepository()</a></span> - Method in class org.springframework.session.soss.config.annotation.web.http.<a href="org/springframework/session/soss/config/annotation/web/http/ScaleoutHttpSessionConfiguration.html" title="class in org.springframework.session.soss.config.annotation.web.http">ScaleoutHttpSessionConfiguration</a></dt>
238237
<dd>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>ScaleoutSpringHttpSessions 5.7-RELEASE API</title>
77
<script type="text/javascript">
88
tmpTargetPage = "" + window.location.search;

docs/org/springframework/session/soss/ScaleoutSession.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:42 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>ScaleoutSession (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/org/springframework/session/soss/ScaleoutSessionRepository.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:17:43 PDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Fri Aug 10 13:34:03 PDT 2018 -->
66
<title>ScaleoutSessionRepository (ScaleoutSpringHttpSessions 5.7-RELEASE API)</title>
77
<meta name="date" content="2018-08-10">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
@@ -183,8 +183,7 @@ <h3>Constructor Summary</h3>
183183
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/springframework/session/soss/ScaleoutSessionRepository.html#ScaleoutSessionRepository-java.lang.String-java.time.Duration-boolean-">ScaleoutSessionRepository</a></span>(java.lang.String&nbsp;cacheName,
184184
java.time.Duration&nbsp;maxInactiveTime,
185185
boolean&nbsp;useLocking)</code>
186-
<div class="block">I'
187-
Instantiates the ScaleOutSessionRepository.</div>
186+
<div class="block">Instantiates the ScaleOutSessionRepository.</div>
188187
</td>
189188
</tr>
190189
</table>
@@ -301,8 +300,7 @@ <h4>ScaleoutSessionRepository</h4>
301300
<pre>public&nbsp;ScaleoutSessionRepository(java.lang.String&nbsp;cacheName,
302301
java.time.Duration&nbsp;maxInactiveTime,
303302
boolean&nbsp;useLocking)</pre>
304-
<div class="block">I'
305-
Instantiates the ScaleOutSessionRepository.</div>
303+
<div class="block">Instantiates the ScaleOutSessionRepository.</div>
306304
<dl>
307305
<dt><span class="paramLabel">Parameters:</span></dt>
308306
<dd><code>cacheName</code> - the cache name to store <a href="../../../../org/springframework/session/soss/ScaleoutSession.html" title="class in org.springframework.session.soss"><code>ScaleoutSession</code></a>s</dd>

0 commit comments

Comments
 (0)