summaryrefslogtreecommitdiff
path: root/sc/qa/complex
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex')
-rw-r--r--sc/qa/complex/dataPilot/_XPropertySet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/_XPropertySet.java b/sc/qa/complex/dataPilot/_XPropertySet.java
index 9fd8f3b8bf80..8ccad66268a1 100644
--- a/sc/qa/complex/dataPilot/_XPropertySet.java
+++ b/sc/qa/complex/dataPilot/_XPropertySet.java
@@ -549,7 +549,7 @@ public class _XPropertySet {
* Retrieves one random property name from list (property names separated
* by ';') of property names.
*/
- public String getRandomString(String str) {
+ private String getRandomString(String str) {
String gRS = "none";
Random rnd = new Random();
@@ -564,7 +564,7 @@ public class _XPropertySet {
}
- public boolean isChangeable(String name) {
+ private boolean isChangeable(String name) {
boolean hasChanged = false;
try {
Object getProp = oObj.getPropertyValue(name);