(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / adapters / X5.java
index 3efd316af8efb3e43f7c9bd611a197b01a1ba89a..4f243e5a694a6a9963f6a06f1da7ff50076fe950 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;
 
 /**
@@ -32,8 +32,8 @@ public class X5 {
     }
 
     public void setValue(String aValue) {
-        AdapterTestCase.getEventTracker().eventOccurred("x5.setValue(" + aValue +
-            ")");
+        AdapterTestCase.getEventTracker().eventOccurred(
+            "x5.setValue(" + aValue + ")");
         value = aValue;
     }