X-Git-Url: http://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=JTest.java;h=0e621c810eeccced5045ef3bfccff3394b6b83f0;hp=2cf5ff94dc9dbe7b5cd163370d20adbad9436442;hb=7bb96abf74bcb31d9a3ecb820b0b6565813bf324;hpb=961fbb99dcba21ccb737db16c0cdb28d757a2de7 diff --git a/JTest.java b/JTest.java index 2cf5ff9..0e621c8 100644 --- a/JTest.java +++ b/JTest.java @@ -1,12 +1,8 @@ class JTest { - static class REC {} + public static JTest pointer; - public JTest() { - REC[][] ccooll = new REC[16][32]; - for(int i = 0; i < ccooll.length; i++) - for(int j = 0; j < ccooll[i].length; j++) - ccooll[i][j] = new REC(); + pointer = this; } }