Remove advice to look at a deprecated class

This commit is contained in:
Ben Liblit 2017-03-22 20:14:03 -05:00
parent 5ec33b4636
commit 3b88d7be39
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ import com.ibm.wala.util.ssa.SSAValue;
* However it does no allocations or Phi-Statements on its own. It just juggles with the numbers.
*
* @see com.ibm.wala.dalvik.ipa.callgraph.androidModel.structure.AbstractAndroidModel
* @see com.ibm.wala.dalvik.ipa.callgraph.impl.DexFakeRootMethod
*
* @author Tobias Blaschke <code@toiasblaschke.de>
* @since 2013-09-19

View File

@ -69,7 +69,6 @@ import com.ibm.wala.util.ssa.TypeSafeInstructionFactory;
* which aids in keeping track of SSA-Variables and adding Phi-Functions.
*
* @see com.ibm.wala.dalvik.ipa.callgraph.impl.AndroidEntryPoint.ExecutionOrder
* @see com.ibm.wala.dalvik.ipa.callgraph.impl.DexFakeRootMethod
* @see com.ibm.wala.dalvik.ipa.callgraph.androidModel.parameters.AndroidModelParameterManager
*
* @author Tobias Blaschke <code@tobiasblaschke.de>