Skip to content

Commit

Permalink
Fix JavaSerDeTest package name (apache#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhabalia authored Mar 19, 2018
1 parent 440284e commit 9e874cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.pulsar.functions.runtime.serde;
package org.apache.pulsar.functions.api.utils;

import static org.testng.Assert.assertEquals;

Expand All @@ -29,7 +29,7 @@
import org.testng.annotations.Test;

/**
* Unit test of {@link JavaSerDeTest}.
* Unit test of {@link JavaSerDe}.
*/
public class JavaSerDeTest {

Expand Down

0 comments on commit 9e874cb

Please sign in to comment.