8000663: clean up langtools imports

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2012-10-09 19:10:00 -07:00
parent 319150fde0
commit 36c3915257
155 changed files with 398 additions and 479 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -25,9 +25,10 @@
package com.sun.source.util;
import com.sun.source.tree.*;
import java.util.Iterator;
import com.sun.source.tree.*;
/**
* A path of tree nodes, typically used to represent the sequence of ancestor
* nodes of a tree node up to the top level CompilationUnitTree node.