Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-02-11 08:50:26 +0000
committerLars Vogel2020-02-11 09:46:08 +0000
commit68d240884895880c0f5ce396681d86b4af24d241 (patch)
tree3c042614cc752a88cc73db5beb953ddd3f3873cc /examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistoryVariant.java
parentc181f42970de9aa40700e579adb83fbe91e9d351 (diff)
downloadeclipse.platform.team-68d240884895880c0f5ce396681d86b4af24d241.tar.gz
eclipse.platform.team-68d240884895880c0f5ce396681d86b4af24d241.tar.xz
eclipse.platform.team-68d240884895880c0f5ce396681d86b4af24d241.zip
Remove unnecessary whitespace from team - Part 1
Change-Id: I2e29e91eb8d81ae20326135a0b66210cf8f9f94a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistoryVariant.java')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistoryVariant.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistoryVariant.java b/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistoryVariant.java
index c9f9880ab..f0fda34d3 100644
--- a/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistoryVariant.java
+++ b/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistoryVariant.java
@@ -28,7 +28,7 @@ public class LocalHistoryVariant implements IResourceVariant {
public LocalHistoryVariant(IFileState state) {
this.state = state;
}
-
+
public String getName() {
return state.getName();
}
@@ -48,7 +48,7 @@ public class LocalHistoryVariant implements IResourceVariant {
public byte[] asBytes() {
return null;
}
-
+
public IFileState getFileState() {
return state;
}

Back to the top