Skip to content

Commit 707e278

Browse files
committed
Sync with recent PDT changes
1 parent cd58cb3 commit 707e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.dubture.symfony.core/src/com/dubture/symfony/core/codeassist/contexts/QuoteIdentifierContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@SuppressWarnings("restriction")
1313
abstract public class QuoteIdentifierContext extends QuotesContext {
1414
@Override
15-
public String getPrefixWithoutProcessing() {
15+
public String getPrefix() {
1616
if (hasWhitespaceBeforeCursor()) {
1717
return ""; //$NON-NLS-1$
1818
}

0 commit comments

Comments
 (0)