Skip to content

Commit 5a1ac16

Browse files
committed
不要な処理を削除。コメントの誤字修正。
1 parent 6b9082f commit 5a1ac16

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

dConnectDevicePlugin/dConnectDeviceHost/app/src/main/java/org/deviceconnect/android/deviceplugin/host/recorder/util/OverlayPermissionActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class OverlayPermissionActivity extends Activity implements SimpleDialogF
2424
private static final int REQUEST_CODE_OVERLAY = 1234;
2525

2626
/**
27-
* オーバーレイ許可設定画面を表示して良いかの確認ダイアンログのタグを定義.
27+
* オーバーレイ許可設定画面を表示して良いかの確認ダイアログのタグを定義.
2828
*/
2929
private static final String TAG_NO_PERMISSION_DIALOG = "overlay-permission";
3030

dConnectManager/dConnectManager/dconnect-manager-app/src/main/java/org/deviceconnect/android/manager/protection/DeveloperToolDialogActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public class DeveloperToolDialogActivity extends Activity implements SimpleDialogFragment.Callback {
2222

2323
/**
24-
* 確認ダイアンログのタグを定義.
24+
* 確認ダイアログのタグを定義.
2525
*/
2626
private static final String TAG_DIALOG = "developer-tool-dialog";
2727

dConnectManager/dConnectManager/dconnect-manager-core/src/main/java/org/deviceconnect/android/manager/core/DConnectCore.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ public void sendMessage(final Intent message) {
140140
}
141141
};
142142

143-
private DConnectInterface mDConnectInterface;
144-
145143
/**
146144
* コンストラクタ.
147145
*
@@ -328,7 +326,6 @@ public void searchPlugin() {
328326
* @param i インターフェース
329327
*/
330328
public void setDConnectInterface(final DConnectInterface i) {
331-
mDConnectInterface = i;
332329
DConnectSystemProfile systemProfile = (DConnectSystemProfile) getProfile(SystemProfileConstants.PROFILE_NAME);
333330
if (systemProfile != null) {
334331
systemProfile.setDConnectInterface(i);

0 commit comments

Comments
 (0)