Formatting

This commit is contained in:
spencergibb
2022-07-07 16:21:36 -04:00
parent 66cfe61f60
commit 106618ac64

View File

@@ -126,10 +126,11 @@ public class ResourceController {
path = path.substring(path.indexOf(stem) + stem.length());
return path;
}
/**
* This method is synchronized because the underlying EnvironmentRespositorys may not be threadsafe (JGit for example).
* Calling this method could result in an update to the files on disk.
* This method is synchronized because the underlying EnvironmentRespositorys may not
* be threadsafe (JGit for example). Calling this method could result in an update to
* the files on disk.
*/
synchronized String retrieve(ServletWebRequest request, String name, String profile, String label, String path,
boolean resolvePlaceholders) throws IOException {