Rename CodeMirrorDemo to SideBySide2

This is no longer a proof of concept.  Follow the pattern of
ChangeScreen2 and rename to SideBySide2.

Rename the ,codemirror view selector to the shorter ,cm string.

Change-Id: I5702707b3c329c8771444bb98f148c0b30a73cce
This commit is contained in:
Shawn Pearce
2013-07-17 08:46:31 -07:00
parent 9c65a00298
commit a48e3d79c4
7 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ package com.google.gerrit.client.diff;
import static org.junit.Assert.assertEquals;
import com.google.gerrit.client.diff.CodeMirrorDemo.EditIterator;
import com.google.gerrit.client.diff.SideBySide2.EditIterator;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArrayString;