]> source.dussan.org Git - jgit.git/commit
FilterSpec: Use BigInteger.ZERO instead of valueOf(0) 40/167140/1
authorJonathan Nieder <jrn@google.com>
Sat, 1 Aug 2020 02:01:35 +0000 (19:01 -0700)
committerJonathan Nieder <jrn@google.com>
Sat, 1 Aug 2020 02:01:35 +0000 (19:01 -0700)
commit86aa6deff4b452881876c78aaab09ddbb5c7531b
treecd0e5f35306e5c0ce2ca3afeec18128400b29ec2
parent3c807e01580680106b7db0b1aab60e3b5d010ea4
FilterSpec: Use BigInteger.ZERO instead of valueOf(0)

This just simplifies a bit by avoiding an unneeded method call.

Change-Id: I6d8d2fc512d8f8a82da73c355017d0abf833a13b
org.eclipse.jgit/src/org/eclipse/jgit/transport/FilterSpec.java