Skip to content

Commit

Permalink
Fixed some formatting differences (eclipse-che#6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk committed Aug 18, 2017
1 parent 5b373e6 commit 9c9268c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
package org.eclipse.che.commons.proxy;


import static com.google.common.base.Strings.isNullOrEmpty;
import static java.lang.String.format;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

import org.eclipse.che.dto.shared.DTO;


/**
* Keeps DTO interfaces for hierarchy test
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;


/**
* Testing {@link FocusManager} functionality.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
package org.eclipse.che.ide.projecttype.wizard;


import org.junit.Assert;
import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.CssResource;


/**
* Dashboard extension resources (css styles, images).
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.eclipse.che.commons.env.EnvironmentContext;
import org.eclipse.che.commons.subject.SubjectImpl;


/**
* Dummy implementation of ProjectManager used for tests
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@

import com.google.gwt.resources.client.ClientBundle;


/** @author Evgen Vidolob */
public interface SshResources extends ClientBundle {}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
package org.eclipse.che.api.git;


import java.io.IOException;
import java.io.OutputStream;
import java.lang.annotation.Annotation;
Expand Down

0 comments on commit 9c9268c

Please sign in to comment.