(no commit message)
[utils] / support / general / src / test / java / org / wamblee / ioc / TestBeanFactory.java
index 8d20c26a4c5ddffcb0634e4e885a8af6a6ad8309..525c5eb91ad55cb60180e4004fea31e11483d14e 100644 (file)
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.ioc;
 
-
 public class TestBeanFactory implements BeanFactory {
     @Override
     public Object find(String aId) {