public class MergeProperties extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Merges two properties files into one.
|
public static void main(String[] args)
E.g.
key1=x (from original properties file)
and
key1=y (from the other properties file)
will result in
key1=x y
.
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.