- changed test package name from org.baeldung to com.baeldung (#897)

- streams are added where neccessary
- format fixes
This commit is contained in:
Ante Pocedulic
2016-12-15 16:23:08 +01:00
committed by Grzegorz Piwowarek
parent f7dacb83d8
commit dfd2d7a238
17 changed files with 23 additions and 24 deletions

View File

@@ -1,9 +1,8 @@
package org.apache.camel.file.processor;
package com.apache.camel.file.processor;
import java.io.File;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.context.support.ClassPathXmlApplicationContext;

View File

@@ -1,4 +1,4 @@
package org.apache.camel.file.processor;
package com.apache.camel.file.processor;
import java.io.File;

View File

@@ -1,4 +1,4 @@
package org.apache.camel.file.processor;
package com.apache.camel.file.processor;
import java.io.File;
import java.io.FileWriter;

View File

@@ -1,4 +1,4 @@
package org.apache.camel.main;
package com.apache.camel.main;
import com.baeldung.camel.main.App;
import junit.framework.TestCase;