170171172173174175176177178179180
fixDocUrl(item,baseDocUrl); } protected void fixSnippetUnid(ObjectObject o) throws Exception { FBSValue unid = o.get("unid"); if(!unid.booleanValue()) { unid = FBSString.get(Node.encodeUnid(o.get("name").stringValue())); o.put("unid", unid); } }