585960616263646566
@Override public synchronized byte[] loadContent() throws VcsException { if (myContent == null) { myContent = new MksContentRevision(mksvcs, myFile, revision).getContent(); } return myContent.getBytes(); }