even better - add comment to avoid same mistake in future
This commit is contained in:
parent
a0c0cf4ab6
commit
29d9f526ab
|
@ -60,7 +60,7 @@ public class Adempiere implements Serializable
|
||||||
public static String getProperties()
|
public static String getProperties()
|
||||||
{
|
{
|
||||||
StringBuffer sb = new StringBuffer();
|
StringBuffer sb = new StringBuffer();
|
||||||
Enumeration en = System.getProperties().keys();
|
Enumeration en = System.getProperties().keys(); // don't fix warning, for sqlj we need to keep compatibility with java 1.4
|
||||||
while (en.hasMoreElements())
|
while (en.hasMoreElements())
|
||||||
{
|
{
|
||||||
if (sb.length() != 0)
|
if (sb.length() != 0)
|
||||||
|
|
Loading…
Reference in New Issue