We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f144d commit 8878d73Copy full SHA for 8878d73
edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/wala/AnalysisUtils.java
@@ -27,8 +27,8 @@ public class AnalysisUtils {
27
private static final String OBJECT_GETCLASS_SIGNATURE = "java.lang.Object.getClass()Ljava/lang/Class;"; //$NON-NLS-1$
28
29
/**
30
- * All projects which the main Eclipse project depends on are in the
31
- * Extension loader
+ * All projects which the main Eclipse project depends on are in the Extension
+ * loader
32
*
33
* See com.ibm.wala.ide.util.EclipseProjectPath for more information.
34
*/
0 commit comments