summaryrefslogtreecommitdiffstats
path: root/docs/tutorials/portal-sdk/creating.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/portal-sdk/creating.rst')
-rw-r--r--docs/tutorials/portal-sdk/creating.rst2
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.