()
| 17 | private boolean init; |
| 18 | |
| 19 | @Override |
| 20 | public void run() { |
| 21 | ZitContext.init(); |
| 22 | final RefValue refValue = new RefValue(true, String.format(ConstantVal.BASE_REFS_HEADS_PATH, ConstantVal.DEFAULT_BRANCH)); |
| 23 | ZitContext.updateRef(ConstantVal.HEAD, refValue); |
| 24 | } |
| 25 | } |