(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / persistence / DatabaseDescription.java
index 8f44094aa282825602d7b53a85249955b60f6ede..aa9966e78fd480719c25b6cb012d74fc088de84e 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.test.persistence;
 
 /**
@@ -52,7 +52,7 @@ public class DatabaseDescription {
         for (int i = 0; i < itsCapabilities.length; i++) {
             res.append(itsCapabilities[i]);
             if (i < itsCapabilities.length - 1) {
-                res.append(", "); 
+                res.append(", ");
             }
         }
         return res.toString();