Format EstimateDirectionTest

This commit is contained in:
Ebrahim Byagowi
2014-09-11 18:46:09 +04:30
parent e017c5c304
commit 0dce2f057e

View File

@@ -7,8 +7,8 @@ import static com.commafeed.backend.feed.EstimateDirection.isRTL;
/**
* These tests are copied and simplified from GWT
* https://github.com/google-web-toolkit/gwt/blob/master/user/test/com/google/gwt/i18n/shared/BidiUtilsTest.java
* Released under Apache 2.0 license, credit of it goes to Google and please use GWT wherever possible instead of this
* https://github.com/google-web-toolkit/gwt/blob/master/user/test/com/google/gwt/i18n/shared/BidiUtilsTest.java Released under Apache 2.0
* license, credit of it goes to Google and please use GWT wherever possible instead of this
*/
public class EstimateDirectionTest {