Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Aug 2, 2024
1 parent af00375 commit c6257cf
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@

package org.apache.hugegraph.api.filter;

import java.io.IOException;
import java.net.URI;

import org.apache.hugegraph.util.Log;
import org.slf4j.Logger;

import jakarta.inject.Singleton;
import jakarta.ws.rs.container.ContainerRequestContext;
import jakarta.ws.rs.container.ContainerRequestFilter;
import jakarta.ws.rs.container.PreMatching;
import jakarta.ws.rs.core.UriBuilder;
import jakarta.ws.rs.ext.Provider;

import org.apache.hugegraph.util.Log;
import org.slf4j.Logger;

import java.io.IOException;
import java.net.URI;

@Provider
@Singleton
@PreMatching
Expand Down

0 comments on commit c6257cf

Please sign in to comment.