You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/02/02 23:20:14 UTC

svn commit: r1239884 - /incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java

Author: heshan
Date: Thu Feb  2 22:20:14 2012
New Revision: 1239884

URL: http://svn.apache.org/viewvc?rev=1239884&view=rev
Log:
Fixing indentation of the annotation

Modified:
    incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java

Modified: incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java?rev=1239884&r1=1239883&r2=1239884&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java (original)
+++ incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java Thu Feb  2 22:20:14 2012
@@ -40,7 +40,7 @@ import java.util.Properties;
 public class WorkflowTrackingTest implements ConsumerNotificationHandler{
     final static Logger logger = LoggerFactory.getLogger(ConsumerNotificationHandler.class);
 
-        @Rule
+    @Rule
     public MethodRule watchman = new TestWatchman() {
         public void starting(FrameworkMethod method) {
             logger.info("{} being run...", method.getName());