summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-17 14:23:47 +0200
committerNoel Grandin <noel@peralex.com>2014-12-19 11:49:10 +0200
commit581d1e35f86077ce91a59ad3dc4760cda0b19071 (patch)
tree3c363104a6376d101263ce30c9ecb26b7bee1a2e /wizards/com/sun/star/wizards/db
parent68d87e98951ae3ed5f7b863954667bfdd9805985 (diff)
java: reduce visibility of some methods and fields
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
Diffstat (limited to 'wizards/com/sun/star/wizards/db')
-rw-r--r--wizards/com/sun/star/wizards/db/CommandMetaData.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/db/CommandMetaData.java b/wizards/com/sun/star/wizards/db/CommandMetaData.java
index a6225b053740..da5a7bf00c3b 100644
--- a/wizards/com/sun/star/wizards/db/CommandMetaData.java
+++ b/wizards/com/sun/star/wizards/db/CommandMetaData.java
@@ -61,8 +61,8 @@ public class CommandMetaData extends DBMetaData
private int CommandType;
private String Command;
private boolean bCatalogAtStart = true;
- String sCatalogSep = PropertyNames.EMPTY_STRING;
- String sIdentifierQuote = PropertyNames.EMPTY_STRING;
+ private String sCatalogSep = PropertyNames.EMPTY_STRING;
+ private String sIdentifierQuote = PropertyNames.EMPTY_STRING;
private boolean bCommandComposerAttributesalreadyRetrieved = false;
public CommandMetaData(XMultiServiceFactory xMSF)