Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
em
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ichikawa
em
Commits
f2202c00
Commit
f2202c00
authored
2 years ago
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compileエラー対応
parent
df4f34d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/main/java/jp/agentec/sinaburocast/common/util/velocity/SinaburocastPropertiesTool.java
+3
-3
No files found.
src/main/java/jp/agentec/sinaburocast/common/util/velocity/SinaburocastPropertiesTool.java
View file @
f2202c00
...
...
@@ -8,12 +8,12 @@ import java.util.Properties;
import
javax.servlet.ServletContext
;
import
jp.agentec.sinaburocast.common.util.PropertyUtil
;
import
org.apache.log4j.Logger
;
import
org.apache.velocity.exception.ResourceNotFoundException
;
import
org.apache.velocity.tools.generic.ValueParser
;
import
jp.agentec.sinaburocast.common.util.PropertyUtil
;
/**
* SinaburoCast.properties用VelocityTools.
*
...
...
@@ -109,7 +109,7 @@ public class SinaburocastPropertiesTool {
* いくつかの要素について、設定ファイルになかった場合のデフォルト値を設定する
*/
private
void
populateDefaultValues
()
{
String
contextPath
=
_application
.
getContextPath
();
String
contextPath
=
_application
.
getContextPath
();
if
(
contextPath
==
null
)
contextPath
=
""
;
if
(
_application
.
getAttribute
(
PropertyKey
.
CSSPATH
)
==
null
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment