File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
java/libraries/pdf/src/processing/pdf Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ public void setOutput(OutputStream output) {
9191 }
9292
9393
94- /**
95- * all the init stuff happens in here, in case someone calls size()
96- * along the way and wants to hork things up.
97- */
98- protected void allocate () {
99- // can't do anything here, because this will be called by the
100- // superclass PGraphics, and the file/path object won't be set yet
101- // (since super() called right at the beginning of the constructor)
102- }
94+ // /**
95+ // * all the init stuff happens in here, in case someone calls size()
96+ // * along the way and wants to hork things up.
97+ // */
98+ // protected void allocate() {
99+ // // can't do anything here, because this will be called by the
100+ // // superclass PGraphics, and the file/path object won't be set yet
101+ // // (since super() called right at the beginning of the constructor)
102+ // }
103103
104104
105105 @ Override
You can’t perform that action at this time.
0 commit comments