Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/PersistantResourceVariantByteStore.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/PersistantResourceVariantByteStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/PersistantResourceVariantByteStore.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/PersistantResourceVariantByteStore.java
index a64ed1df7..b250efb3b 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/PersistantResourceVariantByteStore.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/PersistantResourceVariantByteStore.java
@@ -110,7 +110,7 @@ public class PersistantResourceVariantByteStore extends ResourceVariantByteStore
* fetched from the case where the resource variant is known to not exist. In
* the later case, this method returns <code>true</code> while
* <code>getBytes</code> returns <code>null</code>
- *
+ *
* @param resource the local resource
* @return whether the resource variant state for this resource is known
* @throws TeamException if this operation fails. Reasons include:

Back to the top