Skip to content

Commit e38aaa2

Browse files
committed
Corrected PREVIOUS_GTIDS attribution
1 parent 8f1019d commit e38aaa2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/main/java/com/github/shyiko/mysql/binlog/event/PreviousGtidSetEventData.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Javier Olivares
2+
* Copyright 2017 Juan Olivares
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.
@@ -16,7 +16,7 @@
1616
package com.github.shyiko.mysql.binlog.event;
1717

1818
/**
19-
* @author <a href="/jolivares">Javier Olivares</a>
19+
* @author <a href="/jolivares">Juan Olivares</a>
2020
*/
2121
public class PreviousGtidSetEventData implements EventData {
2222

src/main/java/com/github/shyiko/mysql/binlog/event/deserialization/PreviousGtidSetDeserializer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Javier Olivares
2+
* Copyright 2017 Juan Olivares
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.
@@ -23,7 +23,7 @@
2323
import com.github.shyiko.mysql.binlog.io.ByteArrayInputStream;
2424

2525
/**
26-
* @author <a href="/jolivares">Javier Olivares</a>
26+
* @author <a href="/jolivares">Juan Olivares</a>
2727
*/
2828
public class PreviousGtidSetDeserializer implements EventDataDeserializer<PreviousGtidSetEventData> {
2929

src/test/java/com/github/shyiko/mysql/binlog/event/deserialization/PreviousGtidSetDeserializerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Javier Olivares
2+
* Copyright 2017 Juan Olivares
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.
@@ -25,7 +25,7 @@
2525
import com.github.shyiko.mysql.binlog.io.ByteArrayInputStream;
2626

2727
/**
28-
* @author <a href="/jolivares">Javier Olivares</a>
28+
* @author <a href="/jolivares">Juan Olivares</a>
2929
*/
3030
public class PreviousGtidSetDeserializerTest {
3131

0 commit comments

Comments
 (0)