From 38d253ad2ab0b54667cfb6b6edecae8d472a40c2 Mon Sep 17 00:00:00 2001
From: izabel <izabel>
Date: Thu, 19 Feb 2009 14:36:22 +0000
Subject: [PATCH] tiny: improve comment

SVN: 9900
---
 .../generic/client/web/server/AbstractClientServiceTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java
index a9d9514dbb0..3b02fda512b 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java
@@ -107,7 +107,7 @@ public abstract class AbstractClientServiceTest extends AssertJUnit
     @AfterMethod
     public void tearDown()
     {
-        // To following line of code should also be called at the end of each test method.
+        // The following line of code should also be called at the end of each test method.
         // Otherwise one do not known which test failed.
         context.assertIsSatisfied();
     }
-- 
GitLab