| commit | dc692411e83d2ef5a2cd8e569c0cf2b072830a10 | [log] [tgz] |
|---|---|---|
| author | Alex Ruiz <alruiz@google.com> | Mon May 02 23:57:55 2011 +0000 |
| committer | Alex Ruiz <alruiz@google.com> | Mon May 02 23:57:55 2011 +0000 |
| tree | 1bb4757a44975f4cbf5c8eb01379d70dbd3effc8 | |
| parent | c41a18f8b019757832e92790c93e5d3aaceb5403 [diff] |
Minor cleanup.
diff --git a/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/GlobalsTest_fileOptions_Test.java b/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Globals_fileOptions_Test.java similarity index 97% rename from com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/GlobalsTest_fileOptions_Test.java rename to com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Globals_fileOptions_Test.java index ec8acab..dfb7cef 100644 --- a/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/GlobalsTest_fileOptions_Test.java +++ b/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Globals_fileOptions_Test.java
@@ -24,7 +24,7 @@ * * @author alruiz@google.com (Alex Ruiz) */ -public class GlobalsTest_fileOptions_Test { +public class Globals_fileOptions_Test { @Rule public XtextRule xtext = new XtextRule();