Skip to content

Commit

Permalink
[#42] Move AdminTag class into common package/class.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Feb 3, 2025
1 parent 89f5cd2 commit f5fbca0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/org/irods/irods4j/high_level/common/AdminTag.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package org.irods.irods4j.high_level.common;

/**
* @since 0.1.0
*/
public final class AdminTag {

public static final AdminTag instance = new AdminTag();

}

0 comments on commit f5fbca0

Please sign in to comment.