Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix up trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Dec 2, 2013
1 parent 9380c4e commit 68adfe8
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 21 deletions.
Expand Up @@ -20,6 +20,7 @@
*/
package org.zanata.page;

import com.google.common.base.Function;
import com.google.common.base.Optional;
import com.google.common.base.Preconditions;
import com.google.common.base.Predicate;
Expand Down
Expand Up @@ -22,12 +22,12 @@

/**
* Interface for the execution of the Basic Acceptance Tests (BAT) category.
*
*
* Tests in this category exercise features only so far as to demonstrate that
* the feature works, and perhaps have a single handled negative case. BAT
* suites should not exceed an agreed interval (e.g. approximately 10 minutes)
* in order to maintain a positive GitHub workflow.
*
*
* @author Damian Jansen <a
* href="mailto:djansen@redhat.com">djansen@redhat.com</a>
* @see "http://junit.org/javadoc/4.9/org/junit/experimental/categories/Categories.html"
Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
* Extend the full test suite, but filter by the Basic Acceptance Test category
*
*
* @author Damian Jansen <a
* href="mailto:djansen@redhat.com">djansen@redhat.com</a>
*/
Expand Down
Expand Up @@ -22,13 +22,13 @@

/**
* Interface for the execution of the Concordion Tests category.
*
*
* Tests in this category exercise features to a limited point,in order to
* validate the feature in a given use case and generate what is, effectively, a
* user manual. These tests are of a low priority due to the specific system
* requirements, e.g. actions which result in screenshots require a single
* display environment.
*
*
* @author Damian Jansen <a
* href="mailto:djansen@redhat.com">djansen@redhat.com</a>
* @see "http://junit.org/javadoc/4.9/org/junit/experimental/categories/Categories.html"
Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
* Filter by the Concordion Test category
*
*
* @author Damian Jansen <a
* href="mailto:djansen@redhat.com">djansen@redhat.com</a>
*/
Expand Down
Expand Up @@ -22,11 +22,11 @@

/**
* Interface for the execution of the detailed tests category.
*
*
* Tests that fall under this category exercise features more so than the Basic
* Acceptance Tests (BAT), but are time constrained and are as such not in the
* "Long" test collection.
*
*
* @author Damian Jansen <a
* href="mailto:djansen@redhat.com">djansen@redhat.com</a>
* @see "http://junit.org/javadoc/4.9/org/junit/experimental/categories/Categories.html"
Expand Down
Expand Up @@ -5,7 +5,7 @@

/**
* Extend the full test suite, but filter by the Detailed Test category
*
*
* @author Damian Jansen <a
* href="mailto:djansen@redhat.com">djansen@redhat.com</a>
*/
Expand Down
Expand Up @@ -8,9 +8,9 @@
import org.zanata.concordion.IndexPageBuilderExtension;

/**
*
*
* Top level index page.
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -42,7 +42,7 @@

/**
* @see <a href="https://tcms.engineering.redhat.com/case/167899/">TCMS case</a>
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -40,7 +40,7 @@
/**
* @see <a href="https://tcms.engineering.redhat.com/case/170111/">TCMS test
* case 170111</a>
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -42,7 +42,7 @@

/**
* @see <a href="https://tcms.engineering.redhat.com/case/147311/">TCMS case</a>
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -39,7 +39,7 @@

/**
* @see <a href="https://tcms.engineering.redhat.com/case/169230/">TCMS case</a>
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -20,7 +20,7 @@
/**
* @see <a href="https://tcms.engineering.redhat.com/case/167901/">TCMS test
* case 167901</a>
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -20,7 +20,7 @@
/**
* @see <a href="https://tcms.engineering.redhat.com/case/167886/">TCMS test
* case 167886</a>
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -29,10 +29,10 @@

/**
* This is the index page for startNewProject package.
*
*
* @see CreateSampleProjectTestSuite
* @see IndexPageBuilderExtension
*
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
Expand Down
Expand Up @@ -24,7 +24,7 @@ public class CleanDocumentStorageRule extends ExternalResource {
public static void resetFileData() {
String documentStoragePath = getDocumentStoragePath();
log.debug("document storage path: {}", documentStoragePath);

File path = new File(documentStoragePath);
if (path.exists()) {
try {
Expand Down
Expand Up @@ -74,7 +74,7 @@ public void deleteExceptEssentialData() {
// version group
HIterationGroup.class,
// project
HProjectIteration.class, HProject.class,
HProjectIteration.class, HProject.class,
HPerson.class, HAccount.class));
enUSLocale =
forLocale(false, LocaleId.EN_US).makeAndPersist(entityManager,
Expand Down

0 comments on commit 68adfe8

Please sign in to comment.