]> source.dussan.org Git - jgit.git/commit
Change `indexState` to static method 14/51614/2
authorChris Price <chris@puppetlabs.com>
Tue, 7 Jul 2015 11:43:56 +0000 (12:43 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Thu, 9 Jul 2015 22:56:58 +0000 (00:56 +0200)
commitad16eaac6ebc6daa994a6dbdccb687094485c36f
treee9d4af2ad9b4645e92a76e71569a9cc22f15b0b7
parente7d86e1939b97cd0374ae292cd20fe838f6421b8
Change `indexState` to static method

The `indexState` method is no longer referring to any
member variables from the class, so it can be made static.

Bug: 436200
Change-Id: I013316de5c373417ea758ca6e17da29209fead53
Signed-off-by: Chris Price <chris@puppetlabs.com>
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/RepositoryTestCase.java