Revision 53
Added by Matt Jones over 24 years ago
MetaCatUtil.java | ||
---|---|---|
20 | 20 |
public class MetaCatUtil { |
21 | 21 |
|
22 | 22 |
static String user = "jones"; |
23 |
static String password = "kinkaj0u";
|
|
23 |
static String password = "your-pw-goes-here";
|
|
24 | 24 |
static String defaultDB = "jdbc:oracle:thin:@localhost:1521:test"; |
25 | 25 |
|
26 | 26 |
/** |
Also available in: Unified diff
documentation changes