Skip to content

Commit

Permalink
Update another-page.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ermismd authored Sep 2, 2023
1 parent 0fb79d2 commit 341bf4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions another-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



#### Created 2 classes that allows users to import a CSV/TSV file ,process it, display the JSON data in a panel and send the JSON data to a server.
#### Created 2 classes ImportFileTask/ImportFileTaskFactory that allows users to import a CSV/TSV file and process it

* * *

Expand Down Expand Up @@ -33,7 +33,7 @@
</head>
<body>
<h2>Class 1</h2>
<button onclick="ImportFileTask ()">MicroBetaGUIImportAction</button>
<button onclick="ImportFileTask ()">ImportFileTask</button>
<div class="panel" id="ImportFileTask ">
<pre>

Expand Down Expand Up @@ -306,7 +306,7 @@ public class ImportFileTask extends AbstractTask {


<h2>Class 2</h2>
<button onclick="ImportFileTaskFactory()">JSONDisplayPanel</button>
<button onclick="ImportFileTaskFactory()">ImportFileTaskFactory</button>
<div class="panel" id="ImportFileTaskFactory">
<pre>

Expand Down

0 comments on commit 341bf4f

Please sign in to comment.