Skip to content

Commit bea24d8

Browse files
committed
Fix JavaDoc
1 parent 98de4b4 commit bea24d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soot-infoflow/src/soot/jimple/infoflow/data/pathBuilders/ContextSensitivePathBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public void computeTaintPaths(Set<AbstractionAtSink> res) {
293293
/**
294294
* Uses the cached path to extend the current path
295295
*
296-
* @param scapStart SourceContextAndPath of the current abstraction
296+
* @param scap SourceContextAndPath of the current abstraction
297297
* @param cachedScap cached SourceContextAndPath to extend scap
298298
*/
299299
protected void buildFullPathFromCache(SourceContextAndPath scap, SourceContextAndPath cachedScap) {

0 commit comments

Comments
 (0)