Skip to content

Commit

Permalink
Java format is actually kind of a pain
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel1464 committed Dec 8, 2024
1 parent acd2b92 commit 8f43b0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ public NestedBackend(String prefix, EpilogueBackend impl) {
public EpilogueBackend getNested(String path) {
return m_nestedBackends.computeIfAbsent(path, k -> new NestedBackend(k, this));
}

/**
* Gets the prefix of this nested backend.
*
* @return the prefix of this nested backend
*/
public String getPrefix() {
Expand Down

0 comments on commit 8f43b0d

Please sign in to comment.