Polishing.
Added `@author` tags. Undo the change in behaviour of getReference(IdentifierProcessing). See #1110 Original pull request #1458
This commit is contained in:
@@ -27,6 +27,7 @@ import org.springframework.r2dbc.core.binding.BindMarkersFactory;
|
||||
* @author Mark Paluch
|
||||
* @author Jens Schauder
|
||||
* @author Diego Krupitza
|
||||
* @author Kurt Niemi
|
||||
*/
|
||||
public class H2Dialect extends org.springframework.data.relational.core.dialect.H2Dialect implements R2dbcDialect {
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ import org.springframework.r2dbc.core.binding.BindMarkersFactory;
|
||||
*
|
||||
* @author Mark Paluch
|
||||
* @author Jens Schauder
|
||||
* @author Kurt Niemi
|
||||
*/
|
||||
public class MySqlDialect extends org.springframework.data.relational.core.dialect.MySqlDialect
|
||||
implements R2dbcDialect {
|
||||
|
||||
Reference in New Issue
Block a user