Skip to content

Commit

Permalink
fix it: quick change .bsh to .groovy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 10, 2021
1 parent da78c96 commit 224a361
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* under the License.
*/

import java.io.*;
import java.util.*;
import java.util.regex.*;

try
{
File buildLog = new File( basedir, "build.log" );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* under the License.
*/

import java.io.*;
import java.util.*;
import java.util.regex.*;

try
{
File buildLog = new File( basedir, "build.log" );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* under the License.
*/

import java.io.*;
import java.util.*;
import java.util.regex.*;

try
{
File buildLog = new File( basedir, "build.log" );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* under the License.
*/

import java.io.*;
import java.util.*;
import java.util.regex.*;

try
{
File buildLog = new File( basedir, "build.log" );
Expand Down

0 comments on commit 224a361

Please sign in to comment.