(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / adapters / AdapterTestCase.java
index 7ca8b96b2cad1ce176a5f41ab3811a0080e083bc..2b132f102b973344887b512d68fbaebb063fbc59 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.adapters;
 
 import junit.framework.TestCase;
@@ -33,18 +33,18 @@ public class AdapterTestCase extends TestCase {
 
     private Scope scope;
 
-    protected Scope getScope() {  
-        return scope; 
+    protected Scope getScope() {
+        return scope;
     }
-    
+
     public static EventTracker<String> getEventTracker() {
         return EVENT_TRACKER;
     }
-    
-    private static void setEventTracker(EventTracker<String> aTracker) { 
+
+    private static void setEventTracker(EventTracker<String> aTracker) {
         EVENT_TRACKER = aTracker;
     }
-    
+
     @Override
     protected void setUp() throws Exception {
         super.setUp();