Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2019-11-22 14:24:28 +0000
committerAndrew Johnson2019-11-22 14:24:28 +0000
commit3dc2a0f1a56b9651c261e049b8d7dc8bd1b546e3 (patch)
tree0c79e7b4acf13c75631a7a06095b14d6eacec115
parentd7c6b490caa8e32a132f38f8fc62c3ce19db41ba (diff)
downloadorg.eclipse.mat-3dc2a0f1a56b9651c261e049b8d7dc8bd1b546e3.tar.gz
org.eclipse.mat-3dc2a0f1a56b9651c261e049b8d7dc8bd1b546e3.tar.xz
org.eclipse.mat-3dc2a0f1a56b9651c261e049b8d7dc8bd1b546e3.zip
552879: OQL enhancements for sub-selects, maps, context providers
Fix message Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=552879 Change-Id: Ib1dcc280599918db8a3cdd6c0f2ec30bf1616602
-rw-r--r--plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/messages.properties b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/messages.properties
index b9e3e374..7aad84c7 100644
--- a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/messages.properties
+++ b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/messages.properties
@@ -109,7 +109,7 @@ OQLQueryImpl_Error_QueryMustHaveIdenticalSelectItems=UNION query must have ident
OQLQueryImpl_Error_QueryMustReturnObjects=UNION query must return objects: {0}
OQLQueryImpl_Error_ResultMustReturnObjectList=Result must return an object list: Query: {0} Value: {1}
OQLQueryImpl_Errot_IsNotClass=Object 0x{0} is not a class
-Messages.OQLQueryImpl_Selecting=Selecting
+OQLQueryImpl_Selecting=Selecting
OQLQueryImpl_SelectingObjects=Selecting objects of classes
ParserRegistry_ErrorCompilingFileNamePattern=Error compiling file name pattern of extension {0}

Back to the top