diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-11-06 15:13:17 -0500 |
---|---|---|
committer | Chris Lott <cl778h@att.com> | 2017-11-06 20:15:03 +0000 |
commit | 881d219f34ba287e24ce74402e2c56dcbdd49991 (patch) | |
tree | c105a017df754975c2cf352558588b847a4e7970 /docs/tutorials/portal-sdk/creating.rst | |
parent | ff3619ea67dd2f008b2378f59511f3a22ce23177 (diff) |
Release notes for R1/Amsterdam/1.3.0
Issue: PORTAL-141
Change-Id: I15540167d1205230515c7cb4e8030314f4bd6a3b
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'docs/tutorials/portal-sdk/creating.rst')
-rw-r--r-- | docs/tutorials/portal-sdk/creating.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/portal-sdk/creating.rst b/docs/tutorials/portal-sdk/creating.rst index 0285846c..333a45e7 100644 --- a/docs/tutorials/portal-sdk/creating.rst +++ b/docs/tutorials/portal-sdk/creating.rst @@ -1,6 +1,6 @@ Creating a new application ========================== - + Our tutorial application will consist of two parts: 1. Java code: We'll create a controller (in reality you might need to create many, depending on how complex your application is) that will handle many of our web requests. Most importantly, it will handle the top-level access request. |