Skip to content

Commit df6be9f

Browse files
committed
turned to package visibility
1 parent 47c9278 commit df6be9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.springframework.transaction/src/main/java/org/springframework/transaction/config/JtaTransactionManagerBeanDefinitionParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2009 the original author or authors.
2+
* Copyright 2002-2011 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
3131
* @author Christian Dupuis
3232
* @since 2.5
3333
*/
34-
public class JtaTransactionManagerBeanDefinitionParser extends AbstractSingleBeanDefinitionParser {
34+
class JtaTransactionManagerBeanDefinitionParser extends AbstractSingleBeanDefinitionParser {
3535

3636
private static final String WEBLOGIC_JTA_TRANSACTION_MANAGER_CLASS_NAME =
3737
"org.springframework.transaction.jta.WebLogicJtaTransactionManager";

0 commit comments

Comments
 (0)