Skip to content

Commit

Permalink
[INLONG-9102][Agent] Add file utils
Browse files Browse the repository at this point in the history
put file-related tool classes into an independent package
  • Loading branch information
justinwwhuang committed Oct 24, 2023
1 parent 80e3731 commit 73807a0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.inlong.agent.utils;
package org.apache.inlong.agent.utils.file;

/*
* The Alphanum Algorithm is an improved sorting algorithm for strings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.inlong.agent.utils;
package org.apache.inlong.agent.utils.file;

import com.google.common.base.Predicate;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.inlong.agent.utils;
package org.apache.inlong.agent.utils.file;

import com.google.common.base.Predicate;
import com.google.common.base.Predicates;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.inlong.agent.utils;
package org.apache.inlong.agent.utils.file;

import com.google.common.base.Predicate;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.inlong.agent.utils;
package org.apache.inlong.agent.utils.file;

import com.google.common.base.Predicate;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.inlong.agent.utils;
package org.apache.inlong.agent.utils.file;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit 73807a0

Please sign in to comment.