Skip to content

Commit

Permalink
Update src/main/java/emissary/admin/PlaceStarter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdahlke authored Oct 23, 2024
1 parent 6fdde12 commit 5c912ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/admin/PlaceStarter.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static IServiceProviderPlace createPlace(final String theLocation, final
}

/**
* Create a place using generic List<Object> constructor args for maximum flexibility for finding any existing constructor.
* Create a place using generic List constructor args for maximum flexibility for finding any existing constructor.
* Will check to see if the place already exists first and return the existing instance from the Namespace if it does.
*
* @param theLocation key for the new place
Expand Down

0 comments on commit 5c912ad

Please sign in to comment.