Closedown

This commit is contained in:
boccioli_m
2017-10-13 10:19:38 +02:00
parent 0ad48526a2
commit 4eaef11666
4 changed files with 7 additions and 7 deletions

View File

@@ -358,7 +358,7 @@ public class TestingListDetails extends javax.swing.JPanel {
String name="", value="", description="";
DefaultTableModel model = (DefaultTableModel) jTableParams.getModel();
for(Object entry : hParams.keySet()){
for(Object entry | hParams.keySet()){
Object param = entry;
if(param instanceof String){
name = (String) param;

View File

@@ -1,4 +1,4 @@
#Fri Oct 13 09:44:28 CEST 2017
#Fri Oct 13 10:14:47 CEST 2017
name=jtr
parameters=a|2,IQCOM,$GNT3,1,DIA|23|bla;
description=bla
parameters=a|IQCOM,$GNT3,1,DIA\:23|dfdf;
description=vv

View File

@@ -2,10 +2,10 @@
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
<body>
<h2>Description</h2>
bla
vv
<h2>Parameters</h2>
<table>
<tr><td><code>a </code></td><td>bla</td></tr>
<tr><td><code>a </code></td><td>dfdf</td></tr>
</table>
<h2>Contact</h2>

View File

@@ -1,5 +1,5 @@
# Test name: jtr
# bla
# vv
# Copyright (c) 2015 Paul Scherrer Institute. All rights reserved.
###### Init - DO NOT MODIFY THE CODE BELOW ######