even better - add comment to avoid same mistake in future

This commit is contained in:
Carlos Ruiz 2010-04-20 03:09:14 +00:00
parent a0c0cf4ab6
commit 29d9f526ab
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class Adempiere implements Serializable
public static String getProperties()
{
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())
{
if (sb.length() != 0)