Skip to content

Commit

Permalink
Merge pull request #34844 from benelog
Browse files Browse the repository at this point in the history
* pr/34844:
  Update copyright header of changed file
  Remove outdated reference to JPA in BatchProperties

Closes gh-34844
  • Loading branch information
snicoll committed Apr 11, 2023
2 parents 164ab51 + 55125c7 commit dd09fbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2022 the original author or authors.
* Copyright 2012-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -69,7 +69,6 @@ public static class Jdbc {

/**
* Transaction isolation level to use when creating job meta-data for new jobs.
* Auto-detected based on whether JPA is being used or not.
*/
private Isolation isolationLevelForCreate;

Expand Down

0 comments on commit dd09fbc

Please sign in to comment.