Skip to content

Commit

Permalink
Changed package from org.example to nl.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Feb 13, 2019
1 parent 10a22cb commit 5dabb35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<maven.compiler.target>1.8</maven.compiler.target>

<!-- The java package of the filter class. -->
<filter.package>org.example.logstash</filter.package>
<filter.package.dir>org/example/logstash</filter.package.dir>
<filter.package>nl.example.logstash</filter.package>
<filter.package.dir>nl/example/logstash</filter.package.dir>

<!-- IMPORTANT: The name and the class of the filter must be the SAME where -->
<!-- the filter.name is lowercase with '_' -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.example.logstash;
package nl.example.logstash;

import co.elastic.logstash.api.Configuration;
import co.elastic.logstash.api.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package org.example.logstash;
package nl.example.logstash;

import co.elastic.logstash.api.Configuration;
import co.elastic.logstash.api.Context;
import nl.example.logstash.ReverseString;
import org.junit.Assert;
import org.junit.Test;
import org.logstash.Event;
Expand Down

0 comments on commit 5dabb35

Please sign in to comment.