- changed test package name from org.baeldung to com.baeldung (#897)
- streams are added where neccessary - format fixes
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
f7dacb83d8
commit
dfd2d7a238
@@ -1,4 +1,4 @@
|
||||
package org.apache.camel.file.processor;
|
||||
package com.apache.camel.file.processor;
|
||||
|
||||
import java.io.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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.apache.camel.file.processor;
|
||||
package com.apache.camel.file.processor;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.apache.camel.file.processor;
|
||||
package com.apache.camel.file.processor;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.apache.camel.file.processor;
|
||||
package com.apache.camel.file.processor;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.apache.camel.file.processor;
|
||||
package com.apache.camel.file.processor;
|
||||
|
||||
import java.io.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;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.apache.camel.main;
|
||||
package com.apache.camel.main;
|
||||
|
||||
import com.baeldung.camel.main.App;
|
||||
import junit.framework.TestCase;
|
||||
Reference in New Issue
Block a user