Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7c6515c

Browse files
codingforkind@163.comcodingforkind@163.com
codingforkind@163.com
authored and
codingforkind@163.com
committed
re
1 parent adf23b3 commit 7c6515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎mirror-common/src/main/java/cn/com/mirror/analyser/PairAnalyser.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public Pair analyze(ProjectProperty projectProperty) {
1717
PairFactory pairFactory = new PairFactory();
1818

1919
Pair pair = null;
20-
if (null == pairFactory) {
20+
if (null == projectProperty) {
2121
CodeLoader codeRepository = new LocalLoader();
2222
pair = pairFactory.newPair(codeRepository.getRepositoryUrl());
2323
} else {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /