summaryrefslogtreecommitdiff
path: root/xml/impl/src/com/intellij/vcsUtil/XmlVcsSelectionProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'xml/impl/src/com/intellij/vcsUtil/XmlVcsSelectionProvider.java')
-rw-r--r--xml/impl/src/com/intellij/vcsUtil/XmlVcsSelectionProvider.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/impl/src/com/intellij/vcsUtil/XmlVcsSelectionProvider.java b/xml/impl/src/com/intellij/vcsUtil/XmlVcsSelectionProvider.java
index 50b92791f962..b1094ba5bb45 100644
--- a/xml/impl/src/com/intellij/vcsUtil/XmlVcsSelectionProvider.java
+++ b/xml/impl/src/com/intellij/vcsUtil/XmlVcsSelectionProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2009 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,6 +31,7 @@ import com.intellij.psi.xml.XmlText;
* @author yole
*/
public class XmlVcsSelectionProvider implements VcsSelectionProvider {
+ @Override
public VcsSelection getSelection(VcsContext context) {
final Editor editor = context.getEditor();
if (editor == null) return null;