Skip to content

Commit

Permalink
MODE-2339: Missing transient
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikov committed Oct 30, 2014
1 parent 5fba8e6 commit 25030b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class ConnectorImpl implements Connector {
private transient Credentials credentials;
private transient String userName;

private ModeShapeEngine engine;
private transient ModeShapeEngine engine;
private final static Logger logger = Logger.getLogger(ConnectorImpl.class);

public ConnectorImpl() throws RemoteException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class JsonConfigConnectorImpl implements Connector {
private transient Credentials credentials;
private transient String userName;

private ModeShapeEngine engine;
private transient ModeShapeEngine engine;
private final static Logger logger = Logger.getLogger(JsonConfigConnectorImpl.class);

public JsonConfigConnectorImpl() throws RemoteException {
Expand Down

0 comments on commit 25030b3

Please sign in to comment.