/******************************************************************************* * Licensed Materials - Property of IBM * � Copyright IBM Corporation 2015. All Rights Reserved. * U.S. Government Users Restricted Rights - Use, duplication or disclosure * restricted by GSA ADP Schedule Contract with IBM Corp. *******************************************************************************/ package org.eclipse.wst.jsdt.ui.text; import org.eclipse.wst.jsdt.internal.ui.text.java.JavaCodeScannerFactory; /** * @author azerr * */ public class SCANNER { public static IJavaScannerFactory factory = new JavaCodeScannerFactory(); }