Skip to content
Snippets Groups Projects
Commit 1bf3133c authored by maysam zoor's avatar maysam zoor
Browse files

update table name

parent 009884d7
No related branches found
No related tags found
1 merge request!394updates on PLAN code
...@@ -716,7 +716,7 @@ public class JFrameLatencyDetailedAnalysis extends JFrame implements ActionListe ...@@ -716,7 +716,7 @@ public class JFrameLatencyDetailedAnalysis extends JFrame implements ActionListe
if (selectedIndex == 0) { if (selectedIndex == 0) {
row1 = table11.getSelectedRow(); row1 = table11.getSelectedRow();
if (row1 > -1) { if (row1 > -1) {
if (table12.getValueAt(row1, 4) != null) { if (table11.getValueAt(row1, 4) != null) {
noLatValue = table11.getValueAt(row1, 4).toString(); noLatValue = table11.getValueAt(row1, 4).toString();
} else { } else {
jta.append("Invaid latency value.\n"); jta.append("Invaid latency value.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment