Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"java.import.maven.disableTestClasspathFlag": true,
"java.implementationCodeLens": false,
"java.referencesCodeLens.enabled": false,
"java.inlayHints.parameterNames.enabled": "none",
"java.inlayHints.parameterNames.enabled": "all",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx3000m -Xms128m -Xlog:disable",
// "java.compile.nullAnalysis.nonnull": ["org.jspecify.annotations.NonNull"],
"java.maven.downloadSources": true,
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/talks.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<h2>${talk.submission.title}</h2>
<c:if test="${not agenda}"><p>The agenda is not yet available </p></c:if>
<c:if test="${agenda}"><p>The agenda for jPrime <fmt:formatDate pattern="YYYY" value="${firstDayDate}" /> is now available!</p>
<p>You can track the agenda from your mobile phone also from our PWA app available at <a href="/app">https://jprime.io/app</a></p>
<p>You can track the agenda from your mobile phone from our PWA app available at <a href="/app">https://jprime.io/app</a></p> or <a href="https://play.google.com/store/apps/details?id=com.jprime.mobile">Google Play Store</a>
<div class="entry-content">
<style>
table{
Expand Down
Loading