Files
gerrit/gerrit-pgm
Dariusz Luksza d6dc573586 Fix potential null binding of sitePath
When '-d' parameter of site init program is not provided the setter of
sitePath variable is not called. This leads to binding null value to
Path object annotated with @SitePath.

Simple initialization of sitePath with Paths.get(".") fixes this issue

Bug: issue 3212
Change-Id: I009ac28c22e9c092709ac4448ff8fc3f49a64a8c
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
2015-03-05 09:40:54 +09:00
..