Skip to content

Commit

Permalink
fix bad changes in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed May 17, 2022
1 parent 73182eb commit b9ee2a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package com.sun.ts.tests.ejb30.lite.tx.cm.common;

import com.sun.ts.tests.ejb30.common.helper.TestFailedException;
import com.sun.ts.tests.ejb30.common.lite.EJBLiteJsfClientBase;
import com.sun.ts.tests.ejb30.common.lite.EJBLiteClientBase;
import com.sun.ts.tests.ejb30.tx.common.session.inheritance.TestLogic;
import com.sun.ts.tests.ejb30.tx.common.session.inheritance.TxLocalIF;

Expand All @@ -39,7 +39,7 @@
@EJB(name = "ebeanLocal", beanName = "EBean", beanInterface = TxLocalIF.class, description = "<local EBean>"),

@EJB(name = "fbeanLocal", beanName = "FBean", beanInterface = TxLocalIF.class, description = "<local FBean>") })
abstract public class InheritanceJsfClientBase extends EJBLiteJsfClientBase {
abstract public class InheritanceClientBase extends EJBLiteClientBase {
/*
* testName: aBeanLocal
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
*/
package com.sun.ts.tests.ejb30.lite.tx.cm.common;

import com.sun.ts.tests.ejb30.common.lite.EJBLiteJsfClientBase;
import com.sun.ts.tests.ejb30.common.lite.EJBLiteClientBase;

abstract public class RWJsfClientBase extends EJBLiteClientBase {
abstract public class RWClientBase extends EJBLiteClientBase {
protected RWTestBeanBase0 testBean; // injected in subclass

// overridden in stateful to use lookup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw;

import com.sun.ts.tests.ejb30.lite.tx.cm.common.RWClientBase;
import com.sun.ts.tests.ejb30.lite.tx.cm.common.RWJsfClientBase;
import com.sun.ts.tests.ejb30.lite.tx.cm.common.RWTestBeanBase;
import com.sun.ts.tests.ejb30.lite.tx.cm.common.RWTestBeanBase0;

Expand Down

0 comments on commit b9ee2a3

Please sign in to comment.