Skip to content

Commit

Permalink
LPD-32691 SF/Wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 13, 2024
1 parent 498497b commit e01b93b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ClusterSampleData clusterSampleData = new ClusterSampleData();
</ul>

<div class="logged-in-session-count">
<h4> Logged In Session Count: </h4>
<h4>Logged in Session Count:</h4>

<%
int count = 0;
Expand All @@ -58,6 +58,7 @@ ClusterSampleData portletSessionClusterSampleData = (ClusterSampleData)portletSe
if (portletSessionClusterSampleData == null) {
portletSessionClusterSampleData = clusterSampleData;
portletSession.setAttribute(ClusterSampleData.class.getName(), clusterSampleData);
out.println("Generated Cluster Sample Data: ");
Expand All @@ -71,13 +72,13 @@ else {

<ul>
<li>
<b>Stored Data:</b> <p class="stored-data" ><%= portletSessionClusterSampleData.getData() %> </p>
<b>Stored Data:</b> <p class="stored-data"><%= portletSessionClusterSampleData.getData() %></p>
</li>
<li>
<b>Stored Timestamp:</b> <%= portletSessionClusterSampleData.getTimestamp() %>
</li>
<li>
<b>Session Id: </b> <p class="session-id"><%= portletSession.getId() %></p>
<b>Session ID: </b> <p class="session-id"><%= portletSession.getId() %></p>
</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</thead>

<tbody>

<tr>
<td>GENERATED_DATA_MESSAGE</td>
<td>//div[@class='portlet-body' and contains(.,'Generated Cluster Sample Data')]</td>
Expand Down

0 comments on commit e01b93b

Please sign in to comment.