File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#
22# JDK 1.2 edits
33
4+ ed org/bouncycastle/gpg/SExpression.java << %
5+ g/\.\.\. /s//[]/g
6+ w
7+ q
8+ %
9+
10+
411ed org/bouncycastle/asn1/ASN1Integer.java << %
512g/private final byte.. bytes;/s/final//
613w
714q
815%
916
17+
18+ (
19+ cd org/bouncycastle/asn1/;
20+ for i in * .java
21+ do
22+ ed $i << %%
23+ g/final .* contents/s/final//
24+ g/final .* start/s/final//
25+ w
26+ q
27+ %%
28+ done
29+ )
30+
31+ ed org/bouncycastle/asn1/ASN1TaggedObject.java << %
32+ g/final .* explicitness;/s/final//
33+ g/final .* obj;/s/final//
34+ g/final .* tagClass;/s/final//
35+ g/final .* tagNo;/s/final//
36+ w
37+ q
38+ %
39+
1040ed org/bouncycastle/asn1/ASN1ObjectIdentifier.java << %
1141g/private final String identifier;/s/final//
1242w
1646ed org/bouncycastle/asn1/DERBitString.java << %
1747g/protected final byte...*data;/s/final//
1848g/protected final int.*padBits;/s/final//
49+ g/final .* elements;/s/final//
50+ g/final .* segmentLimit;/s/final//
51+ w
52+ q
53+ %
54+
55+ ed org/bouncycastle/asn1/BERBitString.java << %
56+ g/protected final byte...*data;/s/final//
57+ g/protected final int.*padBits;/s/final//
58+ g/final .* elements;/s/final//
59+ g/final .* segmentLimit;/s/final//
1960w
2061q
2162%
You can’t perform that action at this time.
0 commit comments