|
@@ -33,7 +33,6 @@ import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
-import org.springframework.transaction.annotation.Propagation;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
@@ -457,6 +456,6 @@ public class DynamicFormServiceImpl implements DynamicFormService, ExpressionSco
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- Arrays.asList(1,2,3).forEach(System.out::println);
|
|
|
+ Arrays.asList(1, 2, 3).forEach(System.out::println);
|
|
|
}
|
|
|
}
|