Skip to content

Commit

Permalink
javafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Mar 2, 2024
1 parent eca888b commit b73c6f3
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

import org.enso.base.file_system.FileSystemSPI;

/** Registers the `enso://` protocol for resolving file paths.
* <p>
* See `Enso_File.new` for more information on path resolution.
/**
* Registers the `enso://` protocol for resolving file paths.
*
* <p>See `Enso_File.new` for more information on path resolution.
*/
@org.openide.util.lookup.ServiceProvider(service = FileSystemSPI.class)
public class EnsoPathFileSystemSPI extends FileSystemSPI {
Expand Down

0 comments on commit b73c6f3

Please sign in to comment.