Skip to content

Commit 54febf1

Browse files
committed
limit usage
1 parent 0b6a87f commit 54febf1

File tree

1 file changed

+5
-5
lines changed
  • common-tools/clas-detector/src/main/java/org/jlab/detector/pulse

1 file changed

+5
-5
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/pulse/ModeAHDC.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ public class ModeAHDC extends HipoExtractor {
5454
//wfType 1 ⇒ saturing
5555
//wfType 0 ⇒ OK
5656

57-
public static class AHDCPulse extends Pulse {
58-
public long time_ZS;
59-
public int binMax;
60-
public int numberOfBins;
61-
public int effectiveNumberOfBins;
57+
private static class AHDCPulse extends Pulse {
58+
private long time_ZS;
59+
private int binMax;
60+
private int numberOfBins;
61+
private int effectiveNumberOfBins;
6262
private short[] samples;
6363
}
6464

0 commit comments

Comments
 (0)