From 762e0e2ed19b64e6f21ba232948ad6baa6cfd284 Mon Sep 17 00:00:00 2001
From: Don Brutzman <brutzman@nps.edu>
Date: Thu, 11 Jun 2020 06:56:26 -0700
Subject: [PATCH] different default class for run

---
 nbproject/project.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbproject/project.properties b/nbproject/project.properties
index faa63fe36b..df9cb18eac 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -112,7 +112,7 @@ jnlp.signed=false
 jnlp.signing=
 jnlp.signing.alias=
 jnlp.signing.keystore=
-main.class=edu.nps.moves.dis7.utilities.stream.PduRecorder
+main.class=edu.nps.moves.dis7.examples.PduReaderPlayer
 # Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
 manifest.custom.application.library.allowable.codebase=
 # Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts.
-- 
GitLab