(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / persistence / TransactionResultCallback.java
index 64c787ddf962eb0cca68e1e8af9adb2d8902f11f..cc5074b310187a48c88d777e645b85eac151e2ce 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;
 
 import org.wamblee.test.transactions.TransactionResult;
@@ -24,8 +24,10 @@ import org.wamblee.test.transactions.TransactionResult;
  */
 public interface TransactionResultCallback {
     /**
-     * Result notification. 
-     * @param aResult Transaction result.
+     * Result notification.
+     * 
+     * @param aResult
+     *            Transaction result.
      */
     void status(TransactionResult aResult);
 }
\ No newline at end of file