Skip to content
Snippets Groups Projects
Commit 539af011 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Fixed boxing/unboxing to parse a primitive and corrected indention

A boxed primitive is created from a String in
* RangeAspect#handlePaginationRange()
* LoginController#dialog()
just to extract the unboxed primitive value with Integer#valueOf().
This creates an Integer object. It is more efficient to use parseInt()
which creates a primitive int.

Corrected random indention in LoginController
parent ff3d52d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment