final CodeBrowserContents contents =
CodeBrowserContents.create(getContext());
if (!contents.equalTo(getContents()))
{
HashMap<String, String> props = new HashMap<String, String>();
contents.fillProperties(props);
server_.modifyDocumentProperties(
doc_.getId(),
props,
new SimpleRequestCallback<Void>("Error")
{