Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83b016e

Browse files
committed
Fixed another compilation error
1 parent 886096e commit 83b016e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpa/locking-optimistic/src/test/java/org/javaee7/jpa/locking/optimistic/LockingOptimisticTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static WebArchive createDeployment() {
3939
.addAsResource("META-INF/persistence.xml")
4040
.addAsResource("META-INF/load.sql")
4141
.addAsWebInfResource(
42-
new StringAsset(beansXml.createAlternatives()
42+
new StringAsset(beansXml.getOrCreateAlternatives()
4343
.clazz(MovieBeanAlternative.class.getName()).up().exportAsString()),
4444
beansXml.getDescriptorName());
4545
System.out.println(war.toString(true));

0 commit comments

Comments
 (0)