@ -1,10 +1,13 @@
/ *
* Copyright ( c ) 2014 , WSO2 Inc . ( http : //www.wso2.org) All Rights Reserved.
*
* WSO2 Inc . licenses this file to you under the Apache License ,
* Version 2.0 ( the "License" ) ; you may not use this file except
* in compliance with the License .
* You may obtain a copy of the License at
* http : //www.apache.org/licenses/LICENSE-2.
*
* http : //www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing ,
* software distributed under the License is distributed on an
* "AS IS" BASIS , WITHOUT WARRANTIES OR CONDITIONS OF ANY
@ -24,15 +27,14 @@ import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement ( name = "DataSourceConfiguration" )
public class DataSourceConfig {
private JNDILookupDefinition jndiLookupDefin tion;
private JNDILookupDefinition jndiLookupDefin i tion;
@XmlElement ( name = "JndiLookupDefinition" , nillable = true )
public JNDILookupDefinition getJndiLookupDefin tion( ) {
return jndiLookupDefin tion;
public JNDILookupDefinition getJndiLookupDefin i tion( ) {
return jndiLookupDefin i tion;
}
public void setJndiLookupDefin tion( JNDILookupDefinition jndiLookupDefin tion) {
this . jndiLookupDefin tion = jndiLookupDefin tion;
public void setJndiLookupDefin i tion( JNDILookupDefinition jndiLookupDefin i tion) {
this . jndiLookupDefin i tion = jndiLookupDefin i tion;
}
}