]> source.dussan.org Git - jgit.git/commit
Document CloneCommand.setURI(null) 76/49976/2
authorJonathan Nieder <jrn@google.com>
Wed, 10 Jun 2015 22:11:39 +0000 (15:11 -0700)
committerJonathan Nieder <jrn@google.com>
Thu, 11 Jun 2015 18:45:00 +0000 (11:45 -0700)
commit24ab79ccaf5e3e8b3c2ef612afc398126b7c2d93
tree9374a45845ed601e216e1bfdcedc47e2bef82bf5
parentbbfd9b0e5fc0160f5a1034ce23958a8040e88748
Document CloneCommand.setURI(null)

call() throws InvalidRemoteException if uri == null, so there should
never be reason to leave the URI set to null.  Document this.

Change-Id: I7f2cdbe8042d99cf8a3c1a8c4c2dcb58c5b8c305
Signed-off-by: Jonathan Nieder <jrn@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CloneCommand.java