OPENJPA-1689: Coorect a comment and remove unused import statements.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@957831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Milosz Tylenda 2010-06-25 07:53:24 +00:00
parent e372349aeb
commit 8781af1e88
1 changed files with 1 additions and 4 deletions

View File

@ -36,10 +36,7 @@ import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.StringTokenizer;
import java.util.Map.Entry;
import org.apache.openjpa.jdbc.identifier.DBIdentifier;
import org.apache.openjpa.jdbc.identifier.Normalizer;
@ -543,7 +540,7 @@ public class PostgresDictionary
/**
* Secondary logic if owned sequences cannot be determined by calling the
* db. This logic assumes that any sequence prefixed with _SEQ is an
* db. This logic assumes that any sequence suffixed with _SEQ is an
* owned sequence (identical to the behavior of prior versions of OpenJPA).
* @param strName
* @return