Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/tutorials/2016-06-11-spark-basic-structure.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Localization in Java is pretty straightforward. You create two properties files
ResourceBundle.getBundle("localization/messages", new Locale("en"));
</code></pre>

The setup is a bit more elborate if you clone the application (I created a small wrapper object with two methods), but the basics are extremely simple, and only uses native Java.
The setup is a bit more elaborate if you clone the application (I created a small wrapper object with two methods), but the basics are extremely simple, and only uses native Java.

## Rendering views
Rendering views is taken care of by another static helper, the **ViewUtil**:
Expand Down