Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 451c0f3

Browse files
author
sowerstl
committed
Format the PM constant declarations.
1 parent 016be65 commit 451c0f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/gov/osti/services/Metadata.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ public class Metadata {
165165
private static String ARCHIVER_URL = DoeServletContextListener.getConfigurationProperty("archiver.url");
166166
// get the SITE URL base for applications
167167
private static String SITE_URL = DoeServletContextListener.getConfigurationProperty("site.url");
168-
// get the SITE URL base for applications
168+
// get Program Manager info
169169
private static String PM_NAME = DoeServletContextListener.getConfigurationProperty("project.manager.name");
170-
// get the SITE URL base for applications
171170
private static String PM_EMAIL = DoeServletContextListener.getConfigurationProperty("project.manager.email");
172171

173172
// set pattern for DOI normalization

0 commit comments

Comments
 (0)