diff options
| author | Tim <timothyasir@gluster.com> | 2011-08-02 11:15:02 +0530 |
|---|---|---|
| committer | Tim <timothyasir@gluster.com> | 2011-08-02 11:15:02 +0530 |
| commit | fe3328bc137b7d9aee2481e00f0d80038b320a67 (patch) | |
| tree | 12aeb932d7b25b385f14b52791bae1b939c7d15a /src/com.gluster.storage.management.core | |
| parent | 0655e2fcb51474972729b33622e3df9607b7016e (diff) | |
| parent | 5fb3c44d1c5f7c4e21f6457cc68f6cadf40cc7ee (diff) | |
Merge remote branch 'upstream/master'
Diffstat (limited to 'src/com.gluster.storage.management.core')
| -rw-r--r-- | src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java index 67ab1695..a9309c85 100644 --- a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java +++ b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java @@ -32,7 +32,7 @@ public class CoreConstants { public static final String PURE_DATE_FORMAT = "MM/dd/yyyy"; public static final String PURE_TIME_FORMAT = "HH:mm:ss.SSS"; public static final String NA = "NA"; - public static final String DEFAULT_PASSWORD = "gluster"; + public static final String DEFAULT_PASSWORD = "syst3m"; public static final String OFFLINE = "OFFLINE"; public static final String ONLINE = "ONLINE"; public static final String UNKNOWN = "UNKNOWN"; |
