Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 9368197d256d2265512b16b360bd047735e3ee27 https://github.com/jenkinsci/jenkins/commit/9368197d256d2265512b16b360bd047735e3ee27 Author: StefanSpieker <s.spie...@gmx.net> Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths: M core/src/main/java/hudson/scm/AutoBrowserHolder.java M core/src/main/java/hudson/scm/SCMDescriptor.java M core/src/main/java/hudson/scm/SCMS.java Log Message: ----------- Replaced integer with AtomicInteger to fix spotbugs issue (#4337) * replaced integer with AtomicInteger to fix spotbugs issue * added @Restricted to prevent further usage * replaced volatile with final because of AtomicInteger usage * implemented a getter and an increment method * fixed typeo in javadoc -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/171c4d-936819%40github.com.