Skip to content
Snippets Groups Projects
  • Paul-Christian Volkmer's avatar
    Fixed boxing/unboxing to parse a primitive and corrected indention · 539af011
    Paul-Christian Volkmer authored
    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
    539af011
Forked from ARSnova / ARSnova Backend
Source project has a limited visibility.