"git@git.thm.de:mtrl12/frag-jetzt-swtp-2022.git" did not exist on "c45caee5c362c2d6726459c6131bb0f4a28d505c"
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
Please register or sign in to comment