Skip to content

Commit

Permalink
tmp solution to make mps-ext hacks work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Muhin committed Oct 23, 2018
1 parent fc0e986 commit 689d7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.List;
import java.util.Set;

class CompositeClassPathItem extends AbstractClassPathItem {
public class CompositeClassPathItem extends AbstractClassPathItem {
private List<IClassPathItem> myChildren = new ArrayList<>();

public void add(IClassPathItem item) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;

class JarFileClassPathItem extends RealClassPathItem {
public class JarFileClassPathItem extends RealClassPathItem {
private static final Logger LOG = LogManager.getLogger(JarFileClassPathItem.class);

//computed during init
Expand Down

0 comments on commit 689d7c4

Please sign in to comment.