mirror of https://github.com/apache/openjpa.git
[OPENJPA-2751] trailing white-spaces were removed
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1842614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4709f38ba2
commit
f2fc98031e
|
@ -61,4 +61,3 @@ openbook.source.list= Book-> domain/Book.java.html, Author -> domain/Author.java
|
|||
PurchaseOrder-> domain/PurchaseOrder.java.html, LineItem -> domain/LineItem.java.html, OpenBookService -> \
|
||||
server/OpenBookService.java.html, OpenBookServiceImpl -> server/OpenBookServiceImpl.java.html, \
|
||||
PersistenceService -> server/PersistenceService.java.html, BuyBookPage -> client/BuyBookPage.java.html
|
||||
|
|
@ -53,4 +53,3 @@ collection-param-unsupported: The collection parameter used in IN expression is
|
|||
collection-param-not-allowed: Invalid input parameter "{0}". \
|
||||
A collection valued parameter syntax may incorrectly used in the query string. \
|
||||
If the parameter is parenthesized, remove the parentheses and try again.
|
||||
|
|
@ -183,4 +183,3 @@ alter-seq-disabled: The property "openjpa.jdbc.DBDictionary=disableAlterSeqenceI
|
|||
which is defined in the entity''s sequence. With this SQL statement disabled, it is the \
|
||||
responsibility of the user to ensure that the entity''s sequence definition matches the \
|
||||
sequence defined in the database.
|
||||
|
|
@ -245,4 +245,3 @@ p.small {
|
|||
}
|
||||
|
||||
|
||||
|
|
@ -36,8 +36,6 @@ import java.net.URLDecoder;
|
|||
import java.security.AccessController;
|
||||
import java.security.PrivilegedActionException;
|
||||
|
||||
import org.apache.openjpa.lib.util.StringUtil;
|
||||
|
||||
/**
|
||||
* Utility operations on files.
|
||||
*
|
||||
|
|
|
@ -92,4 +92,3 @@ Specifying connection settings in the plugin section
|
|||
[...]
|
||||
</project>
|
||||
-------------------
|
||||
|
|
@ -47,4 +47,3 @@ Enhance
|
|||
[...]
|
||||
</project>
|
||||
-------------------
|
||||
|
|
@ -51,4 +51,3 @@ Schema
|
|||
<<<import>>>,
|
||||
<<<export>>>,
|
||||
<<<validate>>>
|
||||
|
|
@ -44,4 +44,3 @@ SQL
|
|||
* If no <<<sqlAction>>> is set it will default to <<<build>>>
|
||||
|
||||
Please consult the OpenJPA documentation for a list of valid <<<sqlAction>>>s.
|
||||
|
|
@ -46,4 +46,3 @@ Test Enhance
|
|||
[...]
|
||||
</project>
|
||||
-------------------
|
||||
|
|
@ -44,4 +44,3 @@ OpenJPA Maven Plugin
|
|||
|
||||
[]
|
||||
|
||||
|
Loading…
Reference in New Issue